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