public void MoveUp() { if (Input.GetKey(KeyCode.UpArrow) || Input.GetKey(KeyCode.W)) { mCntrl.Up(); } }
public void WalkUpAI() { mCntrl.Up(); }