mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 23:16:58 +00:00
4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
import { Ticker } from 'pixi.js';
|
|
|
|
export const GetTicker = () => Ticker.shared;
|