mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
11 lines
246 B
Haxe
11 lines
246 B
Haxe
package funkin.ui.options;
|
|
|
|
// Add enums for use with `EnumPreferenceItem` here!
|
|
/* Example:
|
|
class MyOptionEnum
|
|
{
|
|
public static inline var YuhUh = "true"; // "true" is the value's ID
|
|
public static inline var NuhUh = "false";
|
|
}
|
|
*/
|