void Awake()
 {
     player = new Slarti.Player();
 }
Example #2
0
 public void CreatePlayer()
 {
     player = new Player();
 }