C# Class Server.Items.AbyssKey

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

Private Properties

Property Type Description
AbyssKey System

Public Methods

Method Description
AbyssKey ( Serial serial ) : System
Decay ( ) : void
Deserialize ( GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
Serialize ( GenericWriter writer ) : void
Slice ( ) : void
StartTimer ( ) : void
StopTimer ( ) : void

Private Methods

Method Description
AbyssKey ( int itemID ) : System

Method Details

AbyssKey() public method

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

Decay() public method

public Decay ( ) : void
return void

Deserialize() public method

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

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
return void

Serialize() public method

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

Slice() public method

public Slice ( ) : void
return void

StartTimer() public method

public StartTimer ( ) : void
return void

StopTimer() public method

public StopTimer ( ) : void
return void