C# Class ctac.GamelistModel

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

Public Properties

Property Type Description
games List>.Dictionary

Public Methods

Method Description
AddOrUpdateGame ( System.Guid clientId, GameMetaModel game ) : void
GamesToString ( System.Guid clientId ) : string

Method Details

AddOrUpdateGame() public method

public AddOrUpdateGame ( System.Guid clientId, GameMetaModel game ) : void
clientId System.Guid
game GameMetaModel
return void

GamesToString() public method

public GamesToString ( System.Guid clientId ) : string
clientId System.Guid
return string

Property Details

games public_oe property

public Dictionary> games
return List>.Dictionary