Files
Nuake-custom/Resources/Scripts/Engine.wren
2023-09-26 20:43:56 -04:00

11 lines
81 B
Plaintext

import "Nuake:Math" for Vector3
class Engine {
foreign static Log(msg)
}