Property | Type | Description | |
---|---|---|---|
characterMasterName | string | ||
members | |||
teamName | string |
Method | Description | |
---|---|---|
MissionTeam ( string _teamName, string _characterMasterName ) : System | ||
addMember ( string memberName ) : void | ||
removeMember ( string memberName ) : void |
public MissionTeam ( string _teamName, string _characterMasterName ) : System | ||
_teamName | string | |
_characterMasterName | string | |
return | System |
public addMember ( string memberName ) : void | ||
memberName | string | |
return | void |
public removeMember ( string memberName ) : void | ||
memberName | string | |
return | void |
public ArrayList,System.Collections members | ||
return |