made execution of brick datablocks automatic and make more sense

This commit is contained in:
Redo
2020-05-17 22:28:45 -05:00
parent 74401cd7f6
commit 976b3d823e
8 changed files with 44 additions and 44 deletions

View File

@ -1,3 +1,6 @@
lualogic_require($LuaLogic::Path @ "bricks/gates/OR.cs");
datablock fxDTSBrickData(LogicGate_DFlipFlop_Data : LogicGate_OR_Data)
{
subCategory = "Memory";

View File

@ -1,3 +1,6 @@
lualogic_require($LuaLogic::Path @ "bricks/memory/DFlipFlop.cs");
datablock fxDTSBrickData(LogicGate_SRLatch_Data : LogicGate_DFlipFlop_Data)
{
subCategory = "Memory";