Method RemoveDetail
RemoveDetail<T>()
This will remove the requested Detail (by Detail type) from this GameItem.
Declaration
protected bool RemoveDetail<T>() where T : BaseDetail
Returns
| Type | Description |
|---|---|
| bool | True if Detail was successfully removed, else false. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of Detail to remove. |