Skip to content

Commit

Permalink
不要なメソッド定義を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
elleonard committed Apr 4, 2024
1 parent e061daa commit 049a523
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/codes/MaskPicture/plugin/MaskPicture.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ declare interface Spriteset_Base {
declare interface Sprite_Picture {
setMask<T extends PIXI.Container>(sprite: T|null): void;
isMaskedWith<T extends PIXI.Container>(sprite: T|null): boolean;
hasMask(): boolean;
unmask(): void;
mustUpdateMask(): boolean;
pictureId(): number;
}

0 comments on commit 049a523

Please sign in to comment.