@xmobitea/gn-server
Version:
GearN Server by XmobiTea (Pro)
11 lines (10 loc) • 455 B
TypeScript
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;
}