Note效果模块去引用化
不再需要保存Note的ID了
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Ichni.RhythmGame.ThemeBundles.Basic
|
||||
|
||||
public override EffectBase_BM ConvertToBM()
|
||||
{
|
||||
return new BasicNoteGoodBurst_BM(effectTime, note.elementGuid);
|
||||
return new BasicNoteGoodBurst_BM(effectTime);
|
||||
}
|
||||
|
||||
public override void SetUpInspector()
|
||||
@@ -59,7 +59,7 @@ namespace Ichni.RhythmGame.ThemeBundles.Basic
|
||||
|
||||
}
|
||||
|
||||
public BasicNoteGoodBurst_BM(float effectTime, Guid attachedNoteID) : base(effectTime, attachedNoteID)
|
||||
public BasicNoteGoodBurst_BM(float effectTime) : base(effectTime)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user