4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
import { PlayerState } from "./PlayerState";
|
|
|
|
export type PartyState = Record<string, PlayerState>;
|