コード例 #1
0
 private void Awake()
 {
     atributosJugador = this;
     //Setear StatsIniciales
 }
コード例 #2
0
ファイル: AtributosJugador.cs プロジェクト: rafaMateos/PF
 /// <summary>
 ///
 /// </summary>
 private void Start()
 {
     atributosJugador = this;
     Mana             = GetComponent <RectTransform>();
 }