mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-27 18:00:51 +01:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
|
import { BaseTexture } from '@pixi/core';
|
||
|
|
||
|
export class NitroBasetexture extends BaseTexture
|
||
|
{}
|