You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
10 lines
184 B
TypeScript
10 lines
184 B
TypeScript
import { NitroTexture } from '@nitrots/nitro-renderer';
|
|
|
|
export class CameraPicture
|
|
{
|
|
constructor(
|
|
public texture: NitroTexture,
|
|
public imageUrl: string)
|
|
{}
|
|
}
|