1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-07 11:03:02 +00:00

Initial commit

This commit is contained in:
kepler155c@gmail.com
2016-12-11 16:36:36 -05:00
parent fc243a9c12
commit 46d0c8d43d
6 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
local function summon(id)
require = requireInjector(getfenv(1))
local GPS = require('gps')
local Socket = require('socket')
local Point = require('point')