1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 17:18:55 +00:00
Funkin/source/Options.hx

7 lines
71 B
Haxe
Raw Normal View History

2021-02-24 23:32:51 +00:00
package;
class Options
{
public static var masterVolume:Float = 1;
}