InventoryLandmark Class, contains details on a specific location
상속: InventoryItem
예제 #1
0
파일: Landmark.cs 프로젝트: Nuriat/radegast
 public Landmark(RadegastInstance instance, InventoryLandmark landmark)
 {
     this.landmark = landmark;
     Init(instance);
     client.Assets.RequestAsset(landmark.AssetUUID, landmark.AssetType, true, Assets_OnAssetReceived);
 }
예제 #2
0
 internal InvLandmark(PluginControl pc, InventoryLandmark a)
     : base(pc)
 {
     asset = a;
 }