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