基础内容-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

@@ -7,6 +7,11 @@ namespace Ichni.RhythmGame
public class EffectSubmodule : SubmoduleBase
{
public List<EffectBase> effectList;
public EffectSubmodule(BaseElement attachedElement) : base(attachedElement)
{
effectList = new List<EffectBase>();
}
}
public abstract class EffectBase