1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 01:00:53 +00:00
Funkin/source/funkin/modding/base/README.md

6 lines
352 B
Markdown
Raw Normal View History

2022-03-06 07:37:38 +00:00
# modding.base
This package is used to allow modders to create scripted classes which extend these base classes.
For example, one script can extend FlxSprite and another can call `ScriptedFlxSprite.init('ClassName')`.
Most of these scripted class stubs are not used by the game itself, so this package has been explicitly marked to be ignored by DCE.