コード例 #1
0
 public void RepairObjectInteraction()
 {
     PossibleObjectInteractions.Add(ObjectInteractionType.Repair);
 }
コード例 #2
0
 public void PracticeObjectInteraction()
 {
     PossibleObjectInteractions.Add(ObjectInteractionType.Practice);
 }
コード例 #3
0
 public void RecordObjectInteraction()
 {
     PossibleObjectInteractions.Add(ObjectInteractionType.Record);
 }
コード例 #4
0
 public void PerformObjectInteraction()
 {
     PossibleObjectInteractions.Add(ObjectInteractionType.Perform);
 }