C# Class Server.Items.Lollipops

Inheritance: Server.Items.CandyCane
Mostrar archivo Open project: tbewley10310/Land-of-Archon

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
Lollipops ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
Lollipops ( ) : System
Lollipops ( int amount ) : System

Method Details

Deserialize() public method

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

Lollipops() public method

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

Serialize() public method

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