mu3-mods/PlatinumTiming/MU3.Game/patch_SessionResult.cs

6 lines
162 B
C#
Raw Normal View History

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