public virtual void onRemObject(L2Object obj) { }
public virtual void onAddObject(L2Object obj, GameServerNetworkPacket pk, string msg = null) { }
public bool isInsideRadius(L2Object o, int radius, bool checkZ, bool strictCheck) { return(isInsideRadius(o.X, o.Y, o.Z, radius, checkZ, strictCheck)); }