コード例 #1
0
ファイル: UnitBuffs.cs プロジェクト: choephix/G11
 private void Remove( Buff buff )
 {
     buff.OnRemoved();
     list.Remove( buff );
 }