C# Class GameBase.Network.Internal.CreateLegion_Ret

Show file Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
boss_id uint
legion_id int
mParam ushort
money long
play_id int
ret byte

Public Methods

Method Description
Create ( byte msg ) : void
CreateLegion_Ret ( ) : System
GetBuffer ( ) : byte[]

Method Details

Create() public method

public Create ( byte msg ) : void
msg byte
return void

CreateLegion_Ret() public method

public CreateLegion_Ret ( ) : System
return System

GetBuffer() public method

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

Property Details

boss_id public property

public uint boss_id
return uint

legion_id public property

public int legion_id
return int

mParam public property

public ushort mParam
return ushort

money public property

public long money
return long

play_id public property

public int play_id
return int

ret public property

public byte ret
return byte