コード例 #1
0
 public void ShowInteractionMenu(AOInteractiveObject obj)
 {
     Showing      = true;
     targetObj    = obj;
     interactions = obj.Interactions;
     GenerateButtons(interactions.Length);
 }
コード例 #2
0
ファイル: AOShip.cs プロジェクト: swfly/Alone_in_the_Ocean
 public void GoToInteractWith(AOInteractiveObject obj)
 {
     goForInteraction  = true;
     interactionTarget = obj;
 }