// Update is called once per frame
 void Update()
 {
     currentRunState.StateBehavior();
 }