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