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