mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-09-03 12:17:54 +00:00
8 lines
205 B
Haxe
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 {}
|