コード例 #1
0
ファイル: ConstantPath.cs プロジェクト: sky-xk-nge/Unturned
 protected override void Recycle()
 {
     PathPool <ConstantPath> .Recycle(this);
 }
コード例 #2
0
 protected override void Recycle()
 {
     PathPool <MultiTargetPath> .Recycle(this);
 }
コード例 #3
0
 protected override void Recycle()
 {
     PathPool <ABPath> .Recycle(this);
 }
コード例 #4
0
 protected override void Recycle()
 {
     PathPool <FloodPathTracer> .Recycle(this);
 }