C# Class Server.Items.PolymorphScroll

Inheritance: SpellScroll
Mostrar archivo Open project: tbewley10310/Land-of-Archon

Public Methods

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

Private Methods

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

Method Details

Deserialize() public method

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

PolymorphScroll() public method

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

Serialize() public method

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