You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ScriptEngine/ScriptEngine.cs
+32-15Lines changed: 32 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,13 @@ void Awake()
32
32
LoadOnStart=Config.Bind("General","LoadOnStart",false,newConfigDescription("Load all plugins from the scripts folder when starting the application"));
33
33
ReloadKey=Config.Bind("General","ReloadKey",newKeyboardShortcut(KeyCode.F6),newConfigDescription("Press this key to reload all the plugins from the scripts folder"));
0 commit comments