예제 #1
0
 protected void OnInteractPressed()
 {
     if (!Character.m_MovementModel.IsInAnimation() && !DialogeBox.isShowingBox())
     {
         Character.m_InteractionModel.OnInteract();
     }
 }
 void Update()
 {
     if (gotTriggered)
     {
         if (!DialogeBox.isShowingBox())
         {
             finished = true;
         }
     }
 }