forked from akanyan/mu3-mods
Also set HideVersion default to false Also fix the new skipper crashing on tutorial
7 lines
163 B
C#
7 lines
163 B
C#
namespace MU3.Game;
|
|
|
|
class patch_SessionResult: SessionResult {
|
|
public int PlatinumFastCount { get; set; }
|
|
public int PlatinumLateCount { get; set; }
|
|
}
|