コード例 #1
0
ファイル: StdTickGroup.java プロジェクト: renokun/CoffeeMud
 @Override
 public void delTicker(TickClient C) {
   tickers.remove(C);
 }