Beispiel #1
0
 public void SetTimeRankings(int Index, TimeTopWraper v)
 {
     if (Index < 0 || Index >= (int)m_TimeRankings.Count)
     {
         return;
     }
     m_TimeRankings[Index] = v;
 }
Beispiel #2
0
 public void AddTimeRankings(TimeTopWraper v)
 {
     m_TimeRankings.Add(v);
 }