示例#1
0
 public void removeShield(Shield s)
 {
     shieldList.Remove(s);
 }
示例#2
0
 public void addShield(Shield s)
 {
     shieldList.Add(s);
 }