Kade-Engine/source/PlayStateChangeables.hx
2021-06-22 03:34:09 -07:00

8 lines
224 B
Haxe

class PlayStateChangeables
{
public static var useDownscroll:Bool;
public static var safeFrames:Int;
public static var scrollSpeed:Float;
public static var botPlay:Bool;
public static var Optimize:Bool;
}