C# Class Server.Multis.SmallOldHouse

Inheritance: BaseHouse
Show file Open project: Grimoric/RunUO.T2A

Public Properties

Property Type Description
AreaArray Rectangle2D[]

Public Methods

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

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

Serialize() public method

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

SmallOldHouse() public method

public SmallOldHouse ( Mobile owner, int id ) : Server.Items
owner Mobile
id int
return Server.Items

SmallOldHouse() public method

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

Property Details

AreaArray public static property

public static Rectangle2D[] AreaArray
return Rectangle2D[]