BehaviorReturnCode WaitSomeTimeExec()
		{
			charDriver.StopMoving();
			cooldown.Start(charDriver.GetMonoBehavior());

			return BehaviorReturnCode.Success;
		}