This commit is contained in:
2025-10-06 04:18:49 +08:00
commit df2cacdb92
2784 changed files with 1280840 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#include "SquirrelManager.h"
void SquirrelManager::Init()
{
SDL_Log("开始初始化sqr管理器!");
// 基础对象
RegisterBaseObject();
// 动态对象
RegisterActiveObject();
// 角色对象
RegisterCharacterObject();
}