ezet / evelib

Eve Online Library.NET is an open source C# wrapper for CCPs Eve Online API and other popular Eve Online APIs.
Apache License 2.0
71 stars 36 forks source link

Attributes from CharacterSheet #16

Closed Rhayle closed 10 years ago

Rhayle commented 10 years ago

Attributes on Charactersheet do not work. Please add following to CharacterSheet.cs in Models.Character

line 116: Attributes = xml.deserialize("attributes");

line 170: [XmlRoot("attributes")]

and correct line 184. Willpower is mispelled. .

Rhayle commented 10 years ago

Also for some reason skilltree.cs says CorporateName instead of groupName on the skill groups.