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