feat: export vec_center, vec_raise funcs to use

This commit is contained in:
Riceball LEE 2022-07-14 11:52:43 +08:00
parent af03272b9d
commit 30649933f7
No known key found for this signature in database
GPG key ID: 10F15E84852CB868

View file

@ -64,6 +64,8 @@ end
---------------
-- Utilities --
---------------
creatura.vec_center = vec_center
creatura.vec_raise = vec_raise
function creatura.is_valid(mob)
if not mob then return false end