C# Class GameBase.Network.Internal.RoleData_Magic

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

Public Properties

Property Type Description
key int
key2 int
mListMagic List
mParam ushort
ownerid int

Public Methods

Method Description
Create ( byte msg ) : void
GetBuffer ( ) : byte[]
RoleData_Magic ( ) : System
SetLoadTag ( ) : void
SetSaveTag ( ) : void

Method Details

Create() public method

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

GetBuffer() public method

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

RoleData_Magic() public method

public RoleData_Magic ( ) : System
return System

SetLoadTag() public method

public SetLoadTag ( ) : void
return void

SetSaveTag() public method

public SetSaveTag ( ) : void
return void

Property Details

key public property

public int key
return int

key2 public property

public int key2
return int

mListMagic public property

public List mListMagic
return List

mParam public property

public ushort mParam
return ushort

ownerid public property

public int ownerid
return int