C# Class hds.MissionTeam

Mostrar archivo Open project: hdneo/mxo-hd Class Usage Examples

Public Properties

Property Type Description
characterMasterName string
members System.Collections.ArrayList
teamName string

Public Methods

Method Description
MissionTeam ( string _teamName, string _characterMasterName ) : System
addMember ( string memberName ) : void
removeMember ( string memberName ) : void

Method Details

MissionTeam() public method

public MissionTeam ( string _teamName, string _characterMasterName ) : System
_teamName string
_characterMasterName string
return System

addMember() public method

public addMember ( string memberName ) : void
memberName string
return void

removeMember() public method

public removeMember ( string memberName ) : void
memberName string
return void

Property Details

characterMasterName public_oe property

public string characterMasterName
return string

members public_oe property

public ArrayList,System.Collections members
return System.Collections.ArrayList

teamName public_oe property

public string teamName
return string