Method | Description | |
---|---|---|
Game ( ) : System | ||
Game ( string name, string description, string time_start, int duration, int points_max, int players_max, |
||
Game ( string name, string description, string id, string time_start, int duration, int points_max, int players_max, |
public Game ( string name, string description, string time_start, int duration, int points_max, int players_max, |
||
name | string | |
description | string | |
time_start | string | |
duration | int | |
points_max | int | |
players_max | int | |
localization | ||
return | System |
public Game ( string name, string description, string id, string time_start, int duration, int points_max, int players_max, |
||
name | string | |
description | string | |
id | string | |
time_start | string | |
duration | int | |
points_max | int | |
players_max | int | |
localization | ||
return | System |