C# Class Server.Items.Backpack

Inheritance: BaseContainer, IDyable
Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Backpack ( Serial serial ) : System.Collections.Generic
Deserialize ( GenericReader reader ) : void
Dye ( Mobile from, DyeTub sender ) : bool
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
Backpack ( ) : System.Collections.Generic

Method Details

Backpack() public method

public Backpack ( Serial serial ) : System.Collections.Generic
serial Serial
return System.Collections.Generic

Deserialize() public method

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

Dye() public method

public Dye ( Mobile from, DyeTub sender ) : bool
from Mobile
sender DyeTub
return bool

Serialize() public method

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