Table of Contents

Class DeadDropGuidAttribute

Namespace
S1API.DeadDrops
Assembly
S1API.dll

Associates a typed dead-drop identifier with a native scene GUID.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class DeadDropGuidAttribute : Attribute
Inheritance
DeadDropGuidAttribute
Inherited Members
Extension Methods

Constructors

DeadDropGuidAttribute(string)

public DeadDropGuidAttribute(string guid)

Parameters

guid string

Properties

Guid

public string Guid { get; }

Property Value

string