Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ProdigyPNP
GitHub Repository: ProdigyPNP/ProdigyMathGameHacking
Path: blob/master/typings/pixi.d.ts
3264 views
1
import { Game } from "./game";
2
import { Prodigy } from "./prodigy";
3
import { Hack } from "../redirect/global";
4
import { gameData } from "./gameData";
5
export declare interface PIXI {}
6
export declare interface Phaser {}
7
declare global {
8
const PIXI: PIXI;
9
const Phaser: Phaser;
10
const _: Hack
11
}
12
13