Radegast.Landmark.Landmark C# (CSharp) Method

Landmark() public method

public Landmark ( Radegast.RadegastInstance instance, InventoryLandmark landmark ) : System
instance Radegast.RadegastInstance
landmark InventoryLandmark
return System
        public Landmark(RadegastInstance instance, InventoryLandmark landmark)
        {
            this.landmark = landmark;
            Init(instance);
            client.Assets.RequestAsset(landmark.AssetUUID, landmark.AssetType, true, Assets_OnAssetReceived);
        }

Same methods

Landmark::Landmark ( Radegast.RadegastInstance instance, UUID parcelID ) : System