Method RemoveGameItemDefinition
RemoveGameItemDefinition(GameItemDefinition)
Removes the given GameItemDefinition from this GameItemCatalog.
Declaration
public bool RemoveGameItemDefinition(GameItemDefinition gameItemDefinition)
Parameters
Type | Name | Description |
---|---|---|
GameItemDefinition | gameItemDefinition | The GameItemDefinition to remove. |
Returns
Type | Description |
---|---|
bool | Whether or not the GameItemDefinition was successfully removed. |