示例#1
0
文件: UnitBuffs.cs 项目: choephix/G11
 private void Remove( Buff buff )
 {
     buff.OnRemoved();
     list.Remove( buff );
 }