C# Class GameBase.Network.Internal.LegionInfo

Show file 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 property

public uint id
return uint

leader_id public property

public int leader_id
return int

leader_name public property

public String leader_name
return String

list_member public property

public List list_member
return List

money public property

public long money
return long

name public property

public String name
return String

notice public property

public String notice
return String

title public property

public byte title
return byte