示例#1
0
 private void removeBuff(Buff b, GameObject myObject) {
   buffList.remove(b);
   b.unapply(myObject);
 }