コード例 #1
0
 void Awake()
 {
     player = new Slarti.Player();
 }
コード例 #2
0
 public void CreatePlayer()
 {
     player = new Player();
 }