Brick_LuaLogic/bricks/gen/newcode/Wire 1x1x112f.cs
2021-07-24 15:32:14 -05:00

20 lines
385 B
C#

datablock fxDtsBrickData(LogicWire_1x1x112f_Data){
brickFile = $LuaLogic::Path @ "bricks/gen/newbricks/Wire 1x1x112f.blb";
iconName = $LuaLogic::Path @ "bricks/gen/newicons/Wire 1x1x112f";
category = "Logic Bricks";
subCategory = "Wires Vertical";
uiName = "Wire 1x1x112f";
logicBrickSize = "1 1 112";
orientationFix = 0;
isLogic = true;
isLogicWire = true;
};