C# Class GameBase.Network.Internal.LegionInfo

Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
id uint
leader_id int
leader_name String
list_member List
money long
name String
notice String
title byte

Public Methods

Method Description
Create ( PackIn inpack ) : void
GetBuffer ( ) : byte[]
LegionInfo ( ) : System

Method Details

Create() public method

public Create ( PackIn inpack ) : void
inpack PackIn
return void

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

LegionInfo() public method

public LegionInfo ( ) : System
return System

Property Details

id public_oe property

public uint id
return uint

leader_id public_oe property

public int leader_id
return int

leader_name public_oe property

public String leader_name
return String

list_member public_oe property

public List list_member
return List

money public_oe property

public long money
return long

name public_oe property

public String name
return String

notice public_oe property

public String notice
return String

title public_oe property

public byte title
return byte