Property | Type | Description | |
---|---|---|---|
Ability1 | AbilityOne | ||
Ability2 | AbilityTwo | ||
Ability3 | AbilityThree | ||
Color | Color | ||
Name | string | ||
playerCharacters | Source.Character[] |
Method | Description | |
---|---|---|
Character ( Color color, string name, AbilityOne ability1, AbilityTwo ability2, AbilityThree ability3 ) : System |
public Character ( Color color, string name, AbilityOne ability1, AbilityTwo ability2, AbilityThree ability3 ) : System | ||
color | Color | |
name | string | |
ability1 | AbilityOne | |
ability2 | AbilityTwo | |
ability3 | AbilityThree | |
return | System |