C# Class Server.Items.SweetDough

Inheritance: Item
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
OnDoubleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void
SweetDough ( Serial serial ) : System

Private Methods

Method Description
SweetDough ( ) : System

Method Details

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

OnDoubleClick() public method

public OnDoubleClick ( Mobile from ) : void
from Mobile
return void

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void

SweetDough() public method

public SweetDough ( Serial serial ) : System
serial Serial
return System