mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 08:12:56 +08:00
Mark base classes non-abstract to fix messagepack serialisation
This commit is contained in:
parent
1c125eef12
commit
1d645d4ca9
@ -12,7 +12,7 @@ namespace osu.Game.Online.Multiplayer
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Serializable]
|
[Serializable]
|
||||||
[MessagePackObject]
|
[MessagePackObject]
|
||||||
public abstract class MatchRulesetRoomState
|
public class MatchRulesetRoomState
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@ namespace osu.Game.Online.Multiplayer
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Serializable]
|
[Serializable]
|
||||||
[MessagePackObject]
|
[MessagePackObject]
|
||||||
public abstract class MatchRulesetUserState
|
public class MatchRulesetUserState
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user