Exemplo n.º 1
0
 void Awake()
 {
     player = new Slarti.Player();
 }
Exemplo n.º 2
0
 public void CreatePlayer()
 {
     player = new Player();
 }