1
0
Files

5 lines
125 B
TypeScript
Raw Permalink Normal View History

2022-07-03 21:22:33 +08:00
/// <reference path="./globals.d.ts" />
const Vec3d: typeof Vec3
const Text: typeof Component
2022-11-12 12:13:49 +08:00
const Direction: typeof Facing