Files
Nitro_Render_V3/packages/utils/src/GetTicker.ts
T
2024-04-03 09:27:56 +02:00

4 lines
81 B
TypeScript

import { Ticker } from 'pixi.js';
export const GetTicker = () => Ticker.shared;