Ejemplo n.º 1
0
 public void SetProtectList(int Index, KeyValue2IntBoolWraper v)
 {
     if (Index < 0 || Index >= (int)m_ProtectList.Count)
     {
         return;
     }
     m_ProtectList[Index] = v;
 }
Ejemplo n.º 2
0
 public void AddProtectList(KeyValue2IntBoolWraper v)
 {
     m_ProtectList.Add(v);
 }