C# Class CellAO.Core.Entities.Vendor

Inheritance: Dynel, IEventHolder, IItemContainer
Mostra file Open project: CellAO/CellAO-NightPredator Class Usage Examples

Public Properties

Property Type Description
OriginalIdentity SmokeLounge.AOtomation.Messaging.GameData.Identity

Public Methods

Method Description
Vendor ( SmokeLounge.AOtomation.Messaging.GameData.Identity parent, SmokeLounge.AOtomation.Messaging.GameData.Identity id, int templateId ) : System.Collections.Generic
Vendor ( SmokeLounge.AOtomation.Messaging.GameData.Identity parent, SmokeLounge.AOtomation.Messaging.GameData.Identity id, string templateHash ) : System.Collections.Generic

Method Details

Vendor() public method

public Vendor ( SmokeLounge.AOtomation.Messaging.GameData.Identity parent, SmokeLounge.AOtomation.Messaging.GameData.Identity id, int templateId ) : System.Collections.Generic
parent SmokeLounge.AOtomation.Messaging.GameData.Identity
id SmokeLounge.AOtomation.Messaging.GameData.Identity
templateId int
return System.Collections.Generic

Vendor() public method

public Vendor ( SmokeLounge.AOtomation.Messaging.GameData.Identity parent, SmokeLounge.AOtomation.Messaging.GameData.Identity id, string templateHash ) : System.Collections.Generic
parent SmokeLounge.AOtomation.Messaging.GameData.Identity
id SmokeLounge.AOtomation.Messaging.GameData.Identity
templateHash string
return System.Collections.Generic

Property Details

OriginalIdentity public_oe property

public Identity,SmokeLounge.AOtomation.Messaging.GameData OriginalIdentity
return SmokeLounge.AOtomation.Messaging.GameData.Identity