support battle

This commit is contained in:
moux23333
2024-01-31 12:30:49 +08:00
parent 855fc2c9bb
commit d38e3f0af4
3 changed files with 244 additions and 15 deletions

View File

@@ -33,6 +33,7 @@
NotifyManager.AddReqGroupHandler(typeof(SceneReqGroup));
NotifyManager.AddReqGroupHandler(typeof(GachaReqGroup));
NotifyManager.AddReqGroupHandler(typeof(NPCReqGroup));
NotifyManager.AddReqGroupHandler(typeof(BattleReqGroup));
NotifyManager.Init();
}