@infernus/core 0.11.0-beta.2 → 0.11.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bundle.d.ts CHANGED
@@ -2386,7 +2386,7 @@ declare class TextDraw {
2386
2386
  showAll(): void | this;
2387
2387
  hideAll(): void | this;
2388
2388
  isValid(): boolean;
2389
- isVisibleForPlayer(player: Player): boolean;
2389
+ isVisibleForPlayer(player?: Player): boolean;
2390
2390
  getString(): string;
2391
2391
  setPos(fX: number, fY: number): void | this;
2392
2392
  getLetterSize(): void | ITextDrawCommonSize;