mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-08-31 19:04:55 +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 {}
|