mirror of
https://github.com/APercy/airutils
synced 2025-08-06 05:15:49 +02:00
7 lines
62 B
Lua
Executable File
7 lines
62 B
Lua
Executable File
--
|
|
-- constants
|
|
--
|
|
airutils.vector_up = vector.new(0, 1, 0)
|
|
|
|
|