示例#1
0
 public void ShowInteractionMenu(AOInteractiveObject obj)
 {
     Showing      = true;
     targetObj    = obj;
     interactions = obj.Interactions;
     GenerateButtons(interactions.Length);
 }
示例#2
0
 public void GoToInteractWith(AOInteractiveObject obj)
 {
     goForInteraction  = true;
     interactionTarget = obj;
 }