C# Class ctac.PlayersModel

ファイルを表示 Open project: dshook/centauri-tac

Public Properties

Property Type Description
players List

Public Methods

Method Description
GetByClientId ( System.Guid clientId ) : PlayerModel

Method Details

GetByClientId() public method

public GetByClientId ( System.Guid clientId ) : PlayerModel
clientId System.Guid
return PlayerModel

Property Details

players public_oe property

public List players
return List