using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FilterZone { internal class MapObject { public UInt16 MapObjectID; public UInt16 ItemID; public UInt16 MobID; public String sID; public Int32 X; public Int32 Y; } }