Example #1
0
 private void _OnInteractAreaExited(NPCInteractionArea _npc)
 {
     FacingNPC = null;
 }
Example #2
0
 private void _OnInteractAreaEntered(NPCInteractionArea npc)
 {
     FacingNPC = npc;
 }