Some error fixes
This commit is contained in:
parent
619c1a9e23
commit
183096c8c3
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user