Пример #1
0
 void Awake()
 {
     player = new Slarti.Player();
 }
Пример #2
0
 public void CreatePlayer()
 {
     player = new Player();
 }