Brick_LuaLogic/bricks/gen/newcode/Wire 1x1x34f.cs
2021-05-10 19:24:59 -05:00

18 lines
367 B
C#

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