private void InitHudController() { _gameLord = GameLord.Instance; _hudLord = HudLord.Instance; }
private void InitHudLord() { ConnectEvents(true); HudLord._instance = this; }