@gamepark/rules-api
Version:
API to implement the rules of a board game
10 lines • 390 B
JavaScript
/**
* Type of help dialogs that can be opened
*/
export var HelpDisplayType;
(function (HelpDisplayType) {
HelpDisplayType[HelpDisplayType["Material"] = 1] = "Material";
HelpDisplayType[HelpDisplayType["Location"] = 2] = "Location";
HelpDisplayType[HelpDisplayType["Rules"] = 3] = "Rules";
})(HelpDisplayType || (HelpDisplayType = {}));
//# sourceMappingURL=DisplayHelp.js.map