public void TeleportExpire() { Debug.Log("expire called"); keyListener.StopActionNow(); //stop the coroutine that is wait to teleport StopCoroutine(IEnumerator_temp); }
public void StopShowingMessage() { KeyListener.StopActionNow(); screenMessage_Action.ShowMessage("", " :<", messageTime: 1.5f); }