1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-09-03 12:17:54 +00:00
Funkin/source/funkin/modding/base/ScriptedObject.hx

9 lines
260 B
Haxe
Raw Permalink Normal View History

2025-01-23 03:27:05 +00:00
package funkin.modding.base;
/**
* A script that can be tied to an Object (empty base class).
* Create a scripted class that extends Object to use this.
*/
@:hscriptClass
class ScriptedObject extends funkin.modding.base.Object implements HScriptedClass {}