mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-08-31 02:45:13 +00:00
10 lines
264 B
Haxe
10 lines
264 B
Haxe
package funkin.data;
|
|
|
|
/**
|
|
* An interface which automatically implements essential fields for a class extending `BaseRegistry`.
|
|
*
|
|
* @see `funkin.data.BaseRegistry`
|
|
*/
|
|
@:autoBuild(funkin.util.macro.RegistryMacro.buildRegistry())
|
|
interface DefaultRegistryImpl {}
|