C# Class ServerTools.Players

Mostrar archivo Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Public Properties

Property Type Description
clans string>.Dictionary
players Player>.Dictionary

Public Methods

Method Description
GetClans ( ) : void
this ( string steamId, bool create ) : Player

Method Details

GetClans() public method

public GetClans ( ) : void
return void

this() public method

public this ( string steamId, bool create ) : Player
steamId string
create bool
return Player

Property Details

clans public_oe property

public Dictionary clans
return string>.Dictionary

players public_oe property

public Dictionary players
return Player>.Dictionary