コード例 #1
0
 public ConstructionPlacementHijack(ConstructionSystem constructionSystem, ConstructionPrototype?prototype)
 {
     _constructionSystem = constructionSystem;
     _prototype          = prototype;
     CanRotate           = prototype?.CanRotate ?? true;
 }
コード例 #2
0
 public ConstructionPlacementHijack(ConstructionSystem constructionSystem, ConstructionPrototype prototype)
 {
     _constructionSystem = constructionSystem;
     _prototype          = prototype;
 }