Exemple #1
0
 private void Awake()
 {
     atributosJugador = this;
     //Setear StatsIniciales
 }
Exemple #2
0
 /// <summary>
 ///
 /// </summary>
 private void Start()
 {
     atributosJugador = this;
     Mana             = GetComponent <RectTransform>();
 }