using Common.Base; namespace Model { public class GameObject: Entity { public int Type { get; set; } } }