mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove migration code
This commit is contained in:
@ -15,17 +15,6 @@ namespace osu.Game.Tournament.Models
|
|||||||
public int SourceID;
|
public int SourceID;
|
||||||
public int TargetID;
|
public int TargetID;
|
||||||
|
|
||||||
// migration
|
|
||||||
public int Item1
|
|
||||||
{
|
|
||||||
set => SourceID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int Item2
|
|
||||||
{
|
|
||||||
set => TargetID = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
public bool Losers;
|
public bool Losers;
|
||||||
|
|
||||||
public TournamentProgression(int sourceID, int targetID, bool losers = false)
|
public TournamentProgression(int sourceID, int targetID, bool losers = false)
|
||||||
|
Reference in New Issue
Block a user