コード例 #1
0
ファイル: TimerManager.cs プロジェクト: mikhomak/Erbium
 private void Start()
 {
     _timerPool = new ObjectPool <Timer>(10);
 }