mirror of
https://github.com/MincoMK/computercraft-ts.git
synced 2025-12-10 06:23:19 +00:00
fix: ccts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "computercraft-ts",
|
"name": "computercraft-ts",
|
||||||
"version": "1.0.17",
|
"version": "1.0.18",
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
@@ -71,6 +71,7 @@ declare global {
|
|||||||
*/
|
*/
|
||||||
export const _CC_DEFAULT_SETTINGS: string;
|
export const _CC_DEFAULT_SETTINGS: string;
|
||||||
|
|
||||||
|
/* @customName math */
|
||||||
namespace math {
|
namespace math {
|
||||||
const huge: number;
|
const huge: number;
|
||||||
const pi: number;
|
const pi: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user