8 lines
224 B
Haxe
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;
|
|
} |