C# Class Bricklayer.Common.Data.LobbySaveData

Room data for displaying in the lobby list, to be serialized to JSON
Show file Open project: Cyral/Bricklayer Class Usage Examples

Public Methods

Method Description
FromMap ( World map ) : LobbySaveData

Creates a LobbySaveData instance from a Map

LobbySaveData ( string name, int id, string description, int players, int plays, double rating ) : System

Method Details

FromMap() public static method

Creates a LobbySaveData instance from a Map
public static FromMap ( World map ) : LobbySaveData
map World
return LobbySaveData

LobbySaveData() public method

public LobbySaveData ( string name, int id, string description, int players, int plays, double rating ) : System
name string
id int
description string
players int
plays int
rating double
return System