C# Class Server.Multis.SmallShop

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

Public Properties

Property Type Description
AreaArray1 Rectangle2D[]
AreaArray2 Rectangle2D[]

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
GetDeed ( ) : HouseDeed
Serialize ( GenericWriter writer ) : void
SmallShop ( Mobile owner, int id ) : Server.Items
SmallShop ( 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

SmallShop() public method

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

SmallShop() public method

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

Property Details

AreaArray1 public_oe static_oe property

public static Rectangle2D[] AreaArray1
return Rectangle2D[]

AreaArray2 public_oe static_oe property

public static Rectangle2D[] AreaArray2
return Rectangle2D[]