Esempio n. 1
0
 // Use this for initialization
 void Start()
 {
     m_player = GetComponent<Player>();
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     m_player = GetComponent<Player>();
     //m_wallRun = new WallRunState();
     m_wallSlide = new WallSlideState();
 }