C# 클래스 GameBase.Network.Internal.LegionInfo

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id uint
leader_id int
leader_name String
list_member List
money long
name String
notice String
title byte

공개 메소드들

메소드 설명
Create ( PackIn inpack ) : void
GetBuffer ( ) : byte[]
LegionInfo ( ) : System

메소드 상세

Create() 공개 메소드

public Create ( PackIn inpack ) : void
inpack PackIn
리턴 void

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

LegionInfo() 공개 메소드

public LegionInfo ( ) : System
리턴 System

프로퍼티 상세

id 공개적으로 프로퍼티

public uint id
리턴 uint

leader_id 공개적으로 프로퍼티

public int leader_id
리턴 int

leader_name 공개적으로 프로퍼티

public String leader_name
리턴 String

list_member 공개적으로 프로퍼티

public List list_member
리턴 List

money 공개적으로 프로퍼티

public long money
리턴 long

name 공개적으로 프로퍼티

public String name
리턴 String

notice 공개적으로 프로퍼티

public String notice
리턴 String

title 공개적으로 프로퍼티

public byte title
리턴 byte