bug: quaternion?
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "computercraft-vs",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
|
||||
3
types/index.d.ts
vendored
3
types/index.d.ts
vendored
@@ -1,5 +1,8 @@
|
||||
/** @noSelfInFile */
|
||||
|
||||
export {};
|
||||
|
||||
/** @noSelf */
|
||||
declare global {
|
||||
type ShipVec3 = { x: number; y: number; z: number };
|
||||
type ShipQuaternion = { x: number; y: number; z: number; w: number };
|
||||
|
||||
Reference in New Issue
Block a user