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:
parent
3f39d9509c
commit
14771e72de
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue