Method RemoveCategory
RemoveCategory(CategoryDefinition)
Removes the given Category from this GameItemCatalog.
Declaration
public bool RemoveCategory(CategoryDefinition category)
Parameters
| Type | Name | Description |
|---|---|---|
| CategoryDefinition | category | The Category to remove |
Returns
| Type | Description |
|---|---|
| bool | Whether or not the removal was successful. |