角色预制体创建

This commit is contained in:
2025-09-03 00:15:43 +08:00
parent 48f608e534
commit 186fec4472
100 changed files with 1025 additions and 349 deletions

View File

@@ -4,7 +4,7 @@ using UnityEngine;
namespace NBC
{
public class App : MonoBehaviour
public partial class App : MonoBehaviour
{
public static App Inst { get; private set; }