Beispiel #1
0
 private void Remove( Buff buff )
 {
     buff.OnRemoved();
     list.Remove( buff );
 }