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
Properties
Guid
public string Guid { get; set; }
Property Value
VanillaCompatible
public bool VanillaCompatible { get; set; }
Property Value
Version
public string Version { get; set; }