Skip to content

Commit

Permalink
I MESSED SMTH UP HELP
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Sep 24, 2024
1 parent 3788d1e commit 5211bba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/funkin/modding/base/ScriptedFlxObject.hx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.
* A script that can be tied to an FlxObject.
* Create a scripted class that extends FlxObject to use this.
*/
@:hscriptClass
class ScriptedObject extends funkin.modding.base.Object implements HScriptedClass {}
class ScriptedFlxObject extends flixel.FlxObject implements HScriptedClass {}

0 comments on commit 5211bba

Please sign in to comment.