UNPKG

@xmobitea/gn-server

Version:
11 lines (10 loc) 455 B
import { xCharacterPlayerSettings } from "./xCharacterPlayerSettings"; import { xGamePlayerSettings } from "./xGamePlayerSettings"; import { xGroupSettings } from "./xGroupSettings"; import { xInventorySettings } from "./xInventorySettings"; export interface xGameSettings { characterPlayerSettings: xCharacterPlayerSettings; gamePlayerSettings: xGamePlayerSettings; groupSettings: xGroupSettings; inventorySettings: xInventorySettings; }