Esempio n. 1
0
 private void _OnInteractAreaExited(NPCInteractionArea _npc)
 {
     FacingNPC = null;
 }
Esempio n. 2
0
 private void _OnInteractAreaEntered(NPCInteractionArea npc)
 {
     FacingNPC = npc;
 }