1
0
forked from akanyan/mu3-mods

feat: implement PlatinumTiming

* Also fix icons in InfiniteGP.
This commit is contained in:
2024-07-21 02:24:09 +09:00
parent b2ecf368fb
commit 946402fa82
7 changed files with 124 additions and 7 deletions

View File

@ -0,0 +1,5 @@
namespace MU3.Game;
class patch_SessionResult: SessionResult {
public int PlatinumFastCount { get; set; }
public int PlatinumLateCount { get; set; }
}