You've already forked Epicnabbo-Catalogus-Updated-Daily
10 lines
183 B
TypeScript
10 lines
183 B
TypeScript
import { NitroTexture } from '@nitrots/nitro-renderer';
|
|
|
|
export class CameraPicture
|
|
{
|
|
constructor(
|
|
public texture: NitroTexture,
|
|
public imageUrl: string)
|
|
{}
|
|
}
|