WFCD / Warframe.NET

Under rewrite: Collection of Warframe libraries for C# developers.
MIT License
22 stars 8 forks source link

Fix deserialization for Invasion's isCompleted and added EarthCycle to the WorldState #2

Closed Khaoz-Topsy closed 6 years ago

Khaoz-Topsy commented 6 years ago

While using your stuff I noticed that Invasion.isComplete was not getting a value during deserialization. I also saw some others were not being deserialized (like EarthCycle and ETA) . This fixes those problems 😃

TobiTenno commented 6 years ago

looks good