Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CanNPCsLiveWithEachOther() [2/2]

bool Terraria.GameContent.TownRoomManager.CanNPCsLiveWithEachOther ( NPC npc1,
NPC npc2 )
inline

Definition at line 153 of file TownRoomManager.cs.

154 {
155 return npc1.housingCategory != npc2.housingCategory;
156 }