We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46cb6ff commit 917dd4aCopy full SHA for 917dd4a
SecretAPI/SecretApi.cs
@@ -30,8 +30,8 @@ public class SecretApi : Plugin
30
/// <inheritdoc/>
31
public override Version RequiredApiVersion { get; } = new(LabApi.Features.LabApiProperties.CompiledVersion);
32
33
- /// <inheritdoc />
34
- public override bool IsTransparent => true;
+ /*/// <inheritdoc />
+ public override bool IsTransparent => true;*/
35
36
/// <summary>
37
/// Gets the harmony to use for the API.
0 commit comments