mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-28 12:32:44 +02:00
[Documentaiton] Fix typos in src/data/egg.ts
comments (#3176)
This commit is contained in:
parent
6b3b555105
commit
33978481ce
@ -66,7 +66,7 @@ export interface IEggOptions {
|
|||||||
export class Egg {
|
export class Egg {
|
||||||
|
|
||||||
////
|
////
|
||||||
// #region Privat properties
|
// #region Private properties
|
||||||
////
|
////
|
||||||
|
|
||||||
private _id: number;
|
private _id: number;
|
||||||
@ -182,7 +182,7 @@ export class Egg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
////
|
////
|
||||||
// #region Public methodes
|
// #region Public methods
|
||||||
////
|
////
|
||||||
|
|
||||||
public isManaphyEgg(): boolean {
|
public isManaphyEgg(): boolean {
|
||||||
@ -281,7 +281,7 @@ export class Egg {
|
|||||||
////
|
////
|
||||||
|
|
||||||
////
|
////
|
||||||
// #region Private methodes
|
// #region Private methods
|
||||||
////
|
////
|
||||||
|
|
||||||
private rollEggMoveIndex() {
|
private rollEggMoveIndex() {
|
||||||
|
Loading…
Reference in New Issue
Block a user