cull(engine-cleanup): pass-8 phase-2 cascade round 3
[trim] fully-unreachable files deleted: 3 [trim] files edited: 6, files deleted: 0, nodes removed: 23 [type-trim] files edited: 0, types removed: 0 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -76,7 +76,6 @@ public class GameMgr
|
||||
public GameObjMgr GetGameObjMgr() => _gameObj;
|
||||
public PrefabMgr GetPrefabMgr() => _prefab ??= new PrefabMgr();
|
||||
public InputMgr GetInputMgr() => _input ??= new InputMgr();
|
||||
public BattleControl GetBattleCtrl() => _battleCtrl ??= new BattleControl();
|
||||
public NetworkUserInfoData GetNetworkUserInfoData() => _netUser;
|
||||
public void SetNetworkUserInfoData(NetworkUserInfoData infoData) => _netUser = infoData;
|
||||
public bool IsUseUnapprovedList(bool isPlayer) => false;
|
||||
|
||||
Reference in New Issue
Block a user