namespace ACE.Server.Physics.Combat { public class DetectionCylsphere { public int ContextID; public float Radius; public int ObjectDetected; public DetectionInfo Info; public int DetectionType; } }