1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-08-31 19:04:55 +00:00
Funkin/source/funkin/util/tools/ISingleton.hx
lemz1 14975212a9 macro
registry macro

Merge branch 'lemz1/registry-entry-data' into lemz1/registry-macro-stufff
2025-04-15 20:25:18 -04:00

8 lines
205 B
Haxe

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 {}