using System.Numerics; namespace ACE.Server.Physics.Hooks { public class VectorHook: PhysicsObjHook { public Vector3 Start; public Vector3 End; } }