Beispiel #1
0
 public void OnNPCInteract(Enums.EventTypes interactType, string interactID)
 {
     NPCEvent?.Invoke(Enums.EventTypes.kEventNPCInteract, interactID);
 }
Beispiel #2
0
 public void NPCInteract(Enums.EventTypes interactType, string interactID)
 {
     OnNPCInteract(interactType, interactID);
 }