protected CharacterManager() { slotTexture = Global.GetTexture("item_bg"); selectedAtt = 0; Width = 250; Height = 400; Attributes = Global.Player.Attributes; }
public Player(TmxObject obj, Tileset tileset) : base(obj, tileset, "") { Name = "Stryfe"; Attributes = new AttributeSheet(); }