File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55using SER . FlagSystem . Flags ;
66using SER . Helpers . Extensions ;
77using SER . MethodSystem ;
8- using SER . MethodSystem . Methods . LiteralVariableMethods ;
8+ using SER . MethodSystem . Methods . PlayerDataMethods ;
99using SER . ScriptSystem ;
1010using SER . VariableSystem ;
1111using EventHandler = SER . EventSystem . EventHandler ;
@@ -20,7 +20,7 @@ public class MainPlugin : LabApi.Loader.Features.Plugins.Plugin<Config>
2020 public override string Description => "The scripting language for SCP:SL." ;
2121 public override string Author => "Elektryk_Andrzej" ;
2222 public override Version RequiredApiVersion => LabApiProperties . CurrentVersion ;
23- public override Version Version => new ( 0 , 8 , 0 ) ;
23+ public override Version Version => new ( 0 , 9 , 0 ) ;
2424
2525 public static string GitHubLink => "https://github.com/ScriptedEvents/ScriptedEventsReloaded" ;
2626 public static string HelpCommandName => "serhelp" ;
You can’t perform that action at this time.
0 commit comments