mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
Remove abstract
definitions from multiplayer states for now
This commit is contained in:
parent
617ff40de7
commit
c7274355a4
@ -16,7 +16,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
[Serializable]
|
||||
[MessagePackObject]
|
||||
[Union(0, typeof(TeamVsMatchRoomState))]
|
||||
public abstract class MatchRulesetRoomState
|
||||
public class MatchRulesetRoomState // TODO: this will need to be abstract or interface when/if we get messagepack working. for now it isn't as it breaks json serialisation.
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
[Serializable]
|
||||
[MessagePackObject]
|
||||
[Union(0, typeof(TeamVsMatchUserState))]
|
||||
public abstract class MatchRulesetUserState
|
||||
public class MatchRulesetUserState // TODO: this will need to be abstract or interface when/if we get messagepack working. for now it isn't as it breaks json serialisation.
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user