Definition at line 72285 of file NPC.cs.
72286 {
72288 {
72289 Main.npc[
realLife].playerInteraction[player] =
true;
72290 }
72291 else
72292 {
72294 }
72295 if (player < 255)
72296 {
72298 {
72299 Main.npc[
realLife].lastInteraction = player;
72300 }
72301 else
72302 {
72304 }
72305 }
72306 }
References Terraria.Main.npc.