示例#1
0
 internal static void Remove(Stat item)
 {
     Items.Remove(item);
 }
示例#2
0
 internal static void Add(Stat item)
 {
     Items.Add(item);
 }