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