mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-09-01 03:15:53 +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 {}
|