made execution of brick datablocks automatic and make more sense
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
|
||||
lualogic_require($LuaLogic::Path @ "bricks/gates/OR.cs");
|
||||
|
||||
datablock fxDTSBrickData(LogicGate_DFlipFlop_Data : LogicGate_OR_Data)
|
||||
{
|
||||
subCategory = "Memory";
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
lualogic_require($LuaLogic::Path @ "bricks/memory/DFlipFlop.cs");
|
||||
|
||||
datablock fxDTSBrickData(LogicGate_SRLatch_Data : LogicGate_DFlipFlop_Data)
|
||||
{
|
||||
subCategory = "Memory";
|
||||
|
Reference in New Issue
Block a user