SRelationState.js 483 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.SRelationState = void 0;
  4. var SRelationState;
  5. (function (SRelationState) {
  6. SRelationState[SRelationState["Normal"] = 0] = "Normal";
  7. SRelationState[SRelationState["Animation"] = 1] = "Animation";
  8. SRelationState[SRelationState["Edit"] = 2] = "Edit";
  9. SRelationState[SRelationState["Create"] = 3] = "Create";
  10. })(SRelationState = exports.SRelationState || (exports.SRelationState = {}));