Exemplo n.º 1
0
 void Start()
 {
     //* Gets the client player as the client player is always 1st in the players array.
     //* However, this is likely not to be the case in the online version.
     player = battleHandler.GetPlayer(0);
 }