mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 01:19:37 +02:00
Adapt to new bot structure
This commit is contained in:
parent
ff7e08ada9
commit
3f84e1d831
3414 changed files with 41525 additions and 709 deletions
9
legacy/Data/ingsw/0210_46/wrong2.txt
Normal file
9
legacy/Data/ingsw/0210_46/wrong2.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
block SysArch
|
||||
DB db_c;
|
||||
S1 s1_c;
|
||||
S2 s2_c;
|
||||
connect(db_c.input[1], s1_c.output[1]);
|
||||
connect(db_c.output[1], s1_c.input[1]);
|
||||
connect(s1_c.input[2], s2_c.output[2]);
|
||||
connect(s1_c.output[2], s2_c.input[2]);
|
||||
end SysArch
|
Loading…
Add table
Add a link
Reference in a new issue