Constructor TestPlayerBuildModifierAttribute
TestPlayerBuildModifierAttribute(Type)
Initializes and returns an instance of TestPlayerBuildModifierAttribute or throws an ArgumentException.
Declaration
public TestPlayerBuildModifierAttribute(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | A target type that implements ITestPlayerBuildModifier. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Throws a ArgumentException if the type provided does not implemented the |