grungnet/src/types/PartyState.ts
2021-07-08 12:01:02 +10:00

4 lines
100 B
TypeScript

import { PlayerState } from "./PlayerState";
export type PartyState = Record<string, PlayerState>;