コード例 #1
0
ファイル: PlayerMovement.cs プロジェクト: Thaon/IP2
 // Use this for initialization
 void Start()
 {
     m_player = GetComponent<Player>();
 }
コード例 #2
0
ファイル: PlayerWall.cs プロジェクト: Thaon/IP2
 // Use this for initialization
 void Start()
 {
     m_player = GetComponent<Player>();
     //m_wallRun = new WallRunState();
     m_wallSlide = new WallSlideState();
 }