C# Class DarkEmu_GameServer.Function.Items

Show file Open project: CarlosX/DarkEmu

Public Methods

Method Description
PrivateItemPacket ( PacketWriter Writer, int id, byte max, byte avatar, bool mspawn ) : void
RandomPlusValue ( ) : byte
RandomStatValue ( ) : byte

Method Details

PrivateItemPacket() public static method

public static PrivateItemPacket ( PacketWriter Writer, int id, byte max, byte avatar, bool mspawn ) : void
Writer Framework.PacketWriter
id int
max byte
avatar byte
mspawn bool
return void

RandomPlusValue() public static method

public static RandomPlusValue ( ) : byte
return byte

RandomStatValue() public static method

public static RandomStatValue ( ) : byte
return byte