mirror of
https://github.com/APercy/airutils.git
synced 2025-03-16 16:31:21 +00:00
6 lines
62 B
Lua
Executable file
6 lines
62 B
Lua
Executable file
--
|
|
-- constants
|
|
--
|
|
airutils.vector_up = vector.new(0, 1, 0)
|
|
|
|
|