mirror of
https://github.com/APercy/airutils.git
synced 2025-04-30 08:41:41 -04:00
6 lines
62 B
Lua
Executable file
6 lines
62 B
Lua
Executable file
--
|
|
-- constants
|
|
--
|
|
airutils.vector_up = vector.new(0, 1, 0)
|
|
|
|
|