5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
declare class FlakesTexture {
|
|
constructor(width?: number, height?: number);
|
|
}
|
|
export { FlakesTexture };
|