@xmobitea/gn-typescript-client
Version:
GearN Typescript Client SDK by XmobiTea (Pro)
10 lines (9 loc) • 445 B
JavaScript
export var OwnerType;
(function (OwnerType) {
OwnerType[OwnerType["MasterPlayer"] = 1] = "MasterPlayer";
OwnerType[OwnerType["GamePlayer"] = 2] = "GamePlayer";
OwnerType[OwnerType["CharacterPlayer"] = 3] = "CharacterPlayer";
OwnerType[OwnerType["Group"] = 4] = "Group";
OwnerType[OwnerType["Inventory"] = 5] = "Inventory";
OwnerType[OwnerType["StoreInventory"] = 6] = "StoreInventory";
})(OwnerType || (OwnerType = {}));