diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-19 17:49:04 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-19 17:49:04 +0200 |
commit | cfacf87da639e448699a883c0e3fb4da8b6f6471 (patch) | |
tree | bfbc5f26c35a105eb2554ca3157817ec6a57e481 /not/Trap.lua | |
parent | a8a581f3003c49f89eae85b5e57c278e7e3f835a (diff) | |
download | roflnauts-cfacf87da639e448699a883c0e3fb4da8b6f6471.zip roflnauts-cfacf87da639e448699a883c0e3fb4da8b6f6471.tar.gz roflnauts-cfacf87da639e448699a883c0e3fb4da8b6f6471.tar.bz2 |
Added empty Trap class
Diffstat (limited to 'not/Trap.lua')
-rw-r--r-- | not/Trap.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/not/Trap.lua b/not/Trap.lua new file mode 100644 index 0000000..012561d --- /dev/null +++ b/not/Trap.lua @@ -0,0 +1,3 @@ +Trap = require "not.PhysicalBody":extends() + +return Trap |