Пример #1
0
 public EdgeSpan(IntVec3 root, SpanDirection dir, int length)
 {
     this.root   = root;
     this.dir    = dir;
     this.length = length;
 }