mirror of
https://github.com/photonstorm/phaser
synced 2024-11-30 16:39:34 +00:00
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
export interface Bound {
|
|
x?: any;
|
|
y?: any;
|
|
width?: any;
|
|
height?: any;
|
|
}
|