mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-12-02 12:00:51 +01:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
import { Sprite as SpriteBase } from '@pixi/sprite';
|
|
|
|
export class NitroSprite extends SpriteBase
|
|
{
|
|
}
|