blockly3d/src/types/character.ts

5 lines
70 B
TypeScript

import type { Pos3 } from "./3d";
export type Character = Pos3 & {
}