コード例 #1
0
ファイル: Player_Controller.cs プロジェクト: n4t4l/MarcsVsJao
 // Use this for initialization
 protected void Start()
 {
     cd = this.GetComponent<Character_defaut> ();
     SetKeys();
 }
コード例 #2
0
ファイル: Player_Controller.cs プロジェクト: n4t4l/MarcsVsJao
 // Use this for initialization
 protected void Start()
 {
     cd = this.GetComponent <Character_defaut> ();
     SetKeys();
 }