예제 #1
0
파일: Sphere.cs 프로젝트: Tilps/Stash
 protected override void SetTracerChildren(ToyTracer tt, int threadCount)
 {
 }
예제 #2
0
파일: Construct.cs 프로젝트: Tilps/Stash
 protected override void SetTracerChildren(ToyTracer tt, int threadCount)
 {
     parts.SetTracer(tt, threadCount);
 }