using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SHNtoMySQLConverter { class SpawnInfo { public int MobID {get; set;} public int MapID {get; set;} public int X {get; set;} public int Y {get; set;} public int Rot { get; set; } } }