更新,spine和很多优化

This commit is contained in:
2026-02-24 05:36:08 +08:00
parent 14fb281d6f
commit d5c8966abd
2039 changed files with 348643 additions and 2589 deletions
+10
View File
@@ -0,0 +1,10 @@
using UnityEngine;
using Bansonic;
public class bansonicNotice : MonoBehaviour
{
public void shownotice()
{
gNotice.recommendation.display("此功能即将上线,敬请期待!");
}
}