Fix inaccurate error tooltip
This enum isn't used for any actual features yet
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Torch
|
||||
}
|
||||
|
||||
public virtual void Update() { }
|
||||
public PluginState State { get; }
|
||||
public PluginState State { get; } = PluginState.Enabled;
|
||||
|
||||
public virtual void Dispose() { }
|
||||
}
|
||||
|
Reference in New Issue
Block a user