1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-11-27 06:35:44 +00:00

no more note getter

This commit is contained in:
lemz 2024-05-31 23:59:40 +02:00 committed by EliteMasterEric
parent 3f39d9509c
commit 14771e72de

View file

@ -20,16 +20,6 @@ class NoteKind implements INoteScriptedClass
*/ */
public var description:String = ""; public var description:String = "";
/**
* this only exists for people that don't like calling functions
*/
var notes(get, never):Array<NoteSprite>;
function get_notes():Array<NoteSprite>
{
return this.getNotes();
}
public function new(noteKind:String, description:String = "") public function new(noteKind:String, description:String = "")
{ {
this.noteKind = noteKind; this.noteKind = noteKind;