基础内容-6

技术性调整;
Note效果;
This commit is contained in:
SoulliesOfficial
2025-01-30 22:45:33 -05:00
parent 39b4a5e7ff
commit 5f64c4faf8
47 changed files with 493 additions and 205 deletions

View File

@@ -16,7 +16,7 @@ namespace Ichni.RhythmGame
public void NewInitialize(NoteBase note)
{
base.NewInitialize(note.elementName + " Note Visual");
base.Initialize(note.elementName + " Note Visual");
this.note = note;
}
}