mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Fix variable name
This commit is contained in:
parent
aef1cd16a0
commit
e55367a67d
@ -2818,11 +2818,11 @@ export class PokemonBattleSummonData {
|
|||||||
|
|
||||||
export class PokemonTurnData {
|
export class PokemonTurnData {
|
||||||
public flinched: boolean;
|
public flinched: boolean;
|
||||||
|
public acted: boolean;
|
||||||
public hitCount: integer;
|
public hitCount: integer;
|
||||||
public hitsLeft: integer;
|
public hitsLeft: integer;
|
||||||
public damageDealt: integer = 0;
|
public damageDealt: integer = 0;
|
||||||
public attacksReceived: AttackMoveResult[] = [];
|
public attacksReceived: AttackMoveResult[] = [];
|
||||||
public successfullyActed: boolean;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum AiType {
|
export enum AiType {
|
||||||
|
Loading…
Reference in New Issue
Block a user