class StreetFighter: Any
Fields
Name | Description |
---|---|
val yamlCategory: override
|
|
val secondaryCategory: Category
|
|
val localUniqueDataProvider: override
|
|
val unique: override
|
Methods
characters
fun characters(): resolve(secondaryCategory, "characters")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "characters")
|
stages
fun stages(): resolve(secondaryCategory, "stages")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "stages")
|
quotes
fun quotes(): resolve(secondaryCategory, "quotes")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "quotes")
|
moves
fun moves(): resolve(secondaryCategory, "moves")
ReturnValue
Name | Description |
---|---|
resolve(secondaryCategory, "moves")
|
FakeDataProvider implementation for YamlCategory.GAMES category.