Table of Contents

Class ContentWarningPlugin

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
[AttributeUsage(AttributeTargets.Class)]
public class ContentWarningPlugin : Attribute
Inheritance
ContentWarningPlugin
Inherited Members
Extension Methods

Constructors

ContentWarningPlugin(string, string, bool)

public ContentWarningPlugin(string guid, string version, bool vanillaCompatible)

Parameters

guid string
version string
vanillaCompatible bool

Properties

Guid

public string Guid { get; set; }

Property Value

string

VanillaCompatible

public bool VanillaCompatible { get; set; }

Property Value

bool

Version

public string Version { get; set; }

Property Value

string