예제 #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();
 }