Пример #1
0
        public object Clone()
        {
            bMatch clone = this.MemberwiseClone() as bMatch;

            clone.slotStatus = (SlotStatus[])slotStatus.Clone();
            clone.slotId     = (int[])slotId.Clone();
            clone.slotTeam   = (SlotTeams[])slotTeam.Clone();
            clone.slotMods   = (Mods[])slotMods.Clone();

            return(clone);
        }
Пример #2
0
 // Token: 0x060027E3 RID: 10211
 // RVA: 0x0001EB41 File Offset: 0x0001CD41
 internal Class96(bMatch bMatch_1)
     : base("Joining this game requires a password...", true)
 {
     this.bMatch_0 = bMatch_1;
 }
Пример #3
0
 // Token: 0x060027E0 RID: 10208
 // RVA: 0x000F85B4 File Offset: 0x000F67B4
 public Class10(bMatch bMatch_0)
     : this(bMatch_0.matchType, bMatch_0.matchScoringType, bMatch_0.matchTeamType, bMatch_0.playMode, bMatch_0.gameName, bMatch_0.gamePassword, bMatch_0.method_3(), bMatch_0.beatmapName, bMatch_0.beatmapChecksum, bMatch_0.beatmapId, bMatch_0.activeMods, bMatch_0.hostId, bMatch_0.specialModes, bMatch_0.Seed)
 {
     this.slotId = bMatch_0.slotId;
 }