Method Create
Create(string, string)
Creates a new GameItemDefinition by Id and displayName.
Declaration
public static GameItemDefinition Create(string id, string displayName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The Id this GameItemDefinition will use. |
| string | displayName | The display name this GameItemDefinition will use. |
Returns
| Type | Description |
|---|---|
| GameItemDefinition | The newly created GameItemDefinition. |