forked from akanyan/mu3-mods
feat!: rename and reorganize
This commit is contained in:
6
Extras/PlatinumTiming/MU3.Game/patch_SessionResult.cs
Normal file
6
Extras/PlatinumTiming/MU3.Game/patch_SessionResult.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace MU3.Game;
|
||||
|
||||
class patch_SessionResult: SessionResult {
|
||||
public int PlatinumFastCount { get; set; }
|
||||
public int PlatinumLateCount { get; set; }
|
||||
}
|
Reference in New Issue
Block a user