mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Mark base classes non-abstract to fix messagepack serialisation
This commit is contained in:
@ -12,7 +12,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[MessagePackObject]
|
||||
public abstract class MatchRulesetRoomState
|
||||
public class MatchRulesetRoomState
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[MessagePackObject]
|
||||
public abstract class MatchRulesetUserState
|
||||
public class MatchRulesetUserState
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user