C# Class ctac.GamelistModel

Afficher le fichier Open project: dshook/centauri-tac

Méthodes publiques

Свойство Type Description
games List>.Dictionary

Méthodes publiques

Méthode Description
AddOrUpdateGame ( System.Guid clientId, GameMetaModel game ) : void
GamesToString ( System.Guid clientId ) : string

Method Details

AddOrUpdateGame() public méthode

public AddOrUpdateGame ( System.Guid clientId, GameMetaModel game ) : void
clientId System.Guid
game GameMetaModel
Résultat void

GamesToString() public méthode

public GamesToString ( System.Guid clientId ) : string
clientId System.Guid
Résultat string

Property Details

games public_oe property

public Dictionary> games
Résultat List>.Dictionary