コード例 #1
0
 public static PoolManager GetInstance()
 {
     return(_instance ?? (_instance = new PoolManager()));
 }