示例#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);
 }