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