init: Fork from Original V2 Renderer

This commit is contained in:
duckietm
2024-04-03 09:16:49 +02:00
commit 110c3ad393
1425 changed files with 67522 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { NitroTexture } from '@nitrots/nitro-renderer';
export class CameraPicture
{
constructor(
public texture: NitroTexture,
public imageUrl: string)
{}
}