perf
This commit is contained in:
@@ -19,4 +19,11 @@ namespace Ichni.RhythmGame
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public interface INoteVisualHold
|
||||
{
|
||||
public Hold hold { get; set; }
|
||||
public void UpdateHoldInMovableTrack();
|
||||
public void UpdateHoldInStaticTrack();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user