mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
- Added Input wren module - Added Math wren module - Added Entity wren module - Changed camera API
11 lines
83 B
Plaintext
11 lines
83 B
Plaintext
import "Scripts/Math" for Vector3
|
|
|
|
class Engine {
|
|
foreign static Log(msg)
|
|
}
|
|
|
|
|
|
|
|
|
|
|