mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 21:07:59 +09: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]
|
[Serializable]
|
||||||
[MessagePackObject]
|
[MessagePackObject]
|
||||||
[Union(0, typeof(TeamVsMatchRoomState))]
|
[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]
|
[Serializable]
|
||||||
[MessagePackObject]
|
[MessagePackObject]
|
||||||
[Union(0, typeof(TeamVsMatchUserState))]
|
[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…
x
Reference in New Issue
Block a user