1
0
forked from akanyan/mu3-mods
Files
mu3-mods/PlatinumTiming/MU3.Game/patch_SessionResult.cs
akanyan 25ca07edd6 fix: misc cleanup
Also set HideVersion default to false
Also fix the new skipper crashing on tutorial
2024-12-21 13:55:36 +00:00

7 lines
163 B
C#

namespace MU3.Game;
class patch_SessionResult: SessionResult {
public int PlatinumFastCount { get; set; }
public int PlatinumLateCount { get; set; }
}