isaac-lua-definitions/isaac-typescript-definitions/typings/GridEntityPoop.d.ts

10 lines
209 B
TypeScript
Raw Normal View History

2021-11-03 05:34:38 +01:00
declare interface GridEntityPoop extends GridEntity {
ReduceSpawnRate(): void;
RespawnRedPoop(): void;
ReducedSpawnRate: boolean;
ReviveTimer: int;
StateAnimation: string;
UnderPlayer: boolean;
}