namespace DFEngine.Content.Items { public class WeaponTitle { public ushort Type { get; set; } public int CharNo { get; set; } public string Title { get; set; } } }