C# Class SagaMap.Packets.Server.MarketSearchResult

Inheritance: SagaLib.Packet
Mostra file Open project: Willyham/SagaRO2

Public Methods

Method Description
MarketSearchResult ( ) : System
SetItems ( List items ) : void
SetUnknown ( byte u ) : void

Method Details

MarketSearchResult() public method

public MarketSearchResult ( ) : System
return System

SetItems() public method

public SetItems ( List items ) : void
items List
return void

SetUnknown() public method

public SetUnknown ( byte u ) : void
u byte
return void