Ejemplo n.º 1
0
 public void LoadPlayerOnStatsUI()
 {
     if (playerStatsUI != null)
     {
         playerStatsUI.player = this;
         playerStatsUI.UpdateAll();
     }
 }
Ejemplo n.º 2
0
 public void LoadPlayerOnStatsUI()
 {
     if (statsUI != null)
     {
         statsUI.playerHolder = this;
         statsUI.UpdateAll();
     }
 }
Ejemplo n.º 3
0
 public void LoadPlayerOnStatsUI()
 {
     if (statsUI != null)
     {
         //statsUI.player = this;
         statsUI.UpdateAll();
     }
     else
     {
         Debug.Log("StatsUI is null");
     }
 }