mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 07:07:13 +02:00
Dumped the old implementation. Started with a more simple approach.
This commit is contained in:
1
bin/bootstrap.nut
Normal file
1
bin/bootstrap.nut
Normal file
@ -0,0 +1 @@
|
||||
print("Hello World");
|
1
bin/plugins/placeholder
Normal file
1
bin/plugins/placeholder
Normal file
@ -0,0 +1 @@
|
||||
Keep me!
|
7
bin/sqmod.ini
Normal file
7
bin/sqmod.ini
Normal file
@ -0,0 +1,7 @@
|
||||
[Config]
|
||||
StackSize=2048
|
||||
|
||||
[Scripts]
|
||||
Source=bootstrap.nut
|
||||
|
||||
[Options]
|
Reference in New Issue
Block a user