Beispiel #1
0
 private void InitHudController()
 {
     _gameLord = GameLord.Instance;
     _hudLord = HudLord.Instance;
 }
Beispiel #2
0
    private void InitHudLord()
    {
        ConnectEvents(true);

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

        HudLord._instance = this;
    }