C# 클래스 CasualCommonSvr.CRoom

방 정보
파일 보기 프로젝트 열기: hothoty/Zero

공개 프로퍼티들

프로퍼티 타입 설명
max_users int
name string
number int
remote_lobby int
remote_svr int
roomID System.Guid
users List

공개 메소드들

메소드 설명
CRoom ( ) : System
From ( System.Guid id, string _name, int _num, int _remote_svr, int _remote_lobby ) : void

메소드 상세

CRoom() 공개 메소드

public CRoom ( ) : System
리턴 System

From() 공개 메소드

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
리턴 void

프로퍼티 상세

max_users 공개적으로 프로퍼티

public int max_users
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

number 공개적으로 프로퍼티

public int number
리턴 int

remote_lobby 공개적으로 프로퍼티

public int remote_lobby
리턴 int

remote_svr 공개적으로 프로퍼티

public int remote_svr
리턴 int

roomID 공개적으로 프로퍼티

public Guid,System roomID
리턴 System.Guid

users 공개적으로 프로퍼티

public List users
리턴 List