C# Class CasualCommonSvr.CRoom

방 정보
Exibir arquivo Open project: hothoty/Zero

Public Properties

Property Type Description
max_users int
name string
number int
remote_lobby int
remote_svr int
roomID System.Guid
users List

Public Methods

Method Description
CRoom ( ) : System
From ( System.Guid id, string _name, int _num, int _remote_svr, int _remote_lobby ) : void

Method Details

CRoom() public method

public CRoom ( ) : System
return System

From() public method

public From ( System.Guid id, string _name, int _num, int _remote_svr, int _remote_lobby ) : void
id System.Guid
_name string
_num int
_remote_svr int
_remote_lobby int
return void

Property Details

max_users public_oe property

public int max_users
return int

name public_oe property

public string name
return string

number public_oe property

public int number
return int

remote_lobby public_oe property

public int remote_lobby
return int

remote_svr public_oe property

public int remote_svr
return int

roomID public_oe property

public Guid,System roomID
return System.Guid

users public_oe property

public List users
return List