C# Class Server.Multis.Keep

Inheritance: BaseHouse
Datei anzeigen Open project: Grimoric/RunUO.T2A

Public Properties

Property Type Description
AreaArray Rectangle2D[]

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
GetDeed ( ) : HouseDeed
Keep ( Mobile owner ) : Server.Items
Keep ( Serial serial ) : Server.Items
Serialize ( GenericWriter writer ) : void

Method Details

Deserialize() public method

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

GetDeed() public method

public GetDeed ( ) : HouseDeed
return Server.Multis.Deeds.HouseDeed

Keep() public method

public Keep ( Mobile owner ) : Server.Items
owner Mobile
return Server.Items

Keep() public method

public Keep ( Serial serial ) : Server.Items
serial Serial
return Server.Items

Serialize() public method

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

Property Details

AreaArray public_oe static_oe property

public static Rectangle2D[] AreaArray
return Rectangle2D[]