Class TGameMapStub
상속
object
TGameMapStub
네임스페이스: network
어셈블리: Creator.dll
Syntax
[Serializable]
public class TGameMapStub : IExtensible
생성자
TGameMapStub()
선언
public TGameMapStub()
프로퍼티
channelCount
선언
public int channelCount { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |
children
선언
public List<TGameMapStub> children { get; }
프로퍼티 값
타입 | 설명 |
---|---|
System.Collections.Generic.List<T><TGameMapStub> |
id
선언
public int id { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |
isFolder
선언
public bool isFolder { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
bool |
maxPlayers
선언
public int maxPlayers { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |
name
선언
public string name { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
string |
oldID
선언
public string oldID { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
string |