AnthonyWhitakerJr / WFReliquary

Companion app for Warframe game. Allows users to anticipate results of fissure missions.
1 stars 1 forks source link

Create classes for PrimeSet & PrimeSetComponent. #18

Closed AnthonyWhitakerJr closed 8 years ago

AnthonyWhitakerJr commented 8 years ago

Add the following classes to the data model.

Set Name : String Components : [SetComponent] ImageName : String

SetComponent Set : Set PrimePart : PrimePart PartsRequired : Int16

AnthonyWhitakerJr commented 8 years ago

Class names prefixed with 'Prime' to avoid confusion with the Set collection.