Esempio n. 1
0
 internal static bool CanSeeStructure(EntityHitbox hitbox, Structure structure)
 => CanSeeRegion(hitbox, structure.Shape);
Esempio n. 2
0
 internal static bool IsNearStructure(EntityHitbox hitbox, Structure structure)
 => IsNearRegion(hitbox, structure.Shape);