Exemplo n.º 1
0
            public TimeAttackStageData(int Offset)
            {
                int BaseOffset = Offset;

                for (int i = Offset; Offset < BaseOffset + 3; Offset++)
                {
                    Times[Offset - BaseOffset] = new TimeAttackData(Offset);
                }
            }
Exemplo n.º 2
0
 public TimeAttackStageData()
 {
     Times[0] = new TimeAttackData();
     Times[1] = new TimeAttackData();
     Times[2] = new TimeAttackData();
 }