InventoryLandmark Class, contains details on a specific location
Inheritance: InventoryItem
Ejemplo n.º 1
0
 public Landmark(RadegastInstance instance, InventoryLandmark landmark)
 {
     this.landmark = landmark;
     Init(instance);
     client.Assets.RequestAsset(landmark.AssetUUID, landmark.AssetType, true, Assets_OnAssetReceived);
 }
Ejemplo n.º 2
0
 internal InvLandmark(PluginControl pc, InventoryLandmark a)
     : base(pc)
 {
     asset = a;
 }