コード例 #1
0
ファイル: EarthquakeManager.cs プロジェクト: bobsum/PLan2015
 public void Push(IEarthquake earthquake)
 {
     _pushed.Add(earthquake);
 }
コード例 #2
0
 public void Push(IEarthquake earthquake)
 {
     _pushed.Add(earthquake);
 }