1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-09-03 12:17:54 +00:00
Funkin/source/funkin/util/tools/ISingleton.hx

8 lines
205 B
Haxe
Raw Permalink Normal View History

package funkin.util.tools;
/**
* An interface which applies a macro to add a Singleton `instance` property to the class.
*/
@:autoBuild(funkin.util.macro.SingletonMacro.build())
interface ISingleton {}