mirror of
https://github.com/photonstorm/phaser
synced 2025-01-07 02:38:53 +00:00
7 lines
88 B
TypeScript
7 lines
88 B
TypeScript
|
export interface Bound {
|
||
|
x?: any;
|
||
|
y?: any;
|
||
|
width?: any;
|
||
|
height?: any;
|
||
|
}
|