public override Property[] ToPropertyArray() { return(new Property[] { new Property { Name = "EntityWidth", Value = EntityWidth.ToString() }, new Property { Name = "EntityHeight", Value = EntityHeight.ToString() }, }); }
public EntitySize(EntityWidth _width, EntityHeight _height) { Width = _width; Height = _height; }