Skip to content

Commit c10c158

Browse files
committed
IsTransparent
1 parent 47e1f5d commit c10c158

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Axwabo.CommandSystem/CommandSystemPlugin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public sealed class CommandSystemPlugin : Plugin<CommandSystemConfig>
1818
public override string Author => "Axwabo";
1919
public override Version Version => GetType().Assembly.GetName().Version;
2020
public override Version RequiredApiVersion { get; } = new(1, 1, 1);
21+
public override bool IsTransparent => true;
2122

2223
/// <summary>Gets the plugin's config directory.</summary>
2324
public static string PluginDirectory { get; private set; }

0 commit comments

Comments
 (0)