6 lines
162 B
C#
6 lines
162 B
C#
|
namespace MU3.Game;
|
|||
|
class patch_SessionResult: SessionResult {
|
|||
|
public int PlatinumFastCount { get; set; }
|
|||
|
public int PlatinumLateCount { get; set; }
|
|||
|
}
|