1
0
mirror of synced 2025-01-31 20:25:23 +01:00

Some error fixes

This commit is contained in:
KillzXGaming 2020-08-18 14:12:06 -04:00
parent 619c1a9e23
commit 183096c8c3

View File

@ -63,6 +63,13 @@ namespace Toolbox.Library
} }
} }
public class CollisionSettings
{
public static string KCLGamePreset = "Default";
public static string KCLPlatform = "SWITCH";
public static bool KCLUsePresetEditor = false;
}
public class MessageEditor public class MessageEditor
{ {
public static FontFamily FontFamily = new FontFamily("Arial"); public static FontFamily FontFamily = new FontFamily("Arial");