update core

This commit is contained in:
2024-10-24 22:16:39 +08:00
parent 249705c952
commit 2181e42066
9 changed files with 1042 additions and 12471 deletions

View File

@@ -36,7 +36,6 @@ namespace Game
private EventGroup _eventGroup;
private GameFsm _gameFsm;
private RoomGlobalData _roomGlobalData;
public bool HasGaming { get; private set; }
public bool HasLock { get ; private set; }
public GameState CurrentGameState => this._gameFsm.CurrentState;
@@ -77,9 +76,6 @@ namespace Game
{
}
#endif
if (HasGaming)
{
}
}