UNPKG

505 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class DwiWara {
4 constructor(id, urip, name) {
5 this.id = id;
6 this.urip = urip;
7 this.name = name;
8 Object.freeze(this);
9 }
10 static get values() { return _C_VAL; }
11 static get MENGA() { return _C_VAL[0]; }
12 static get PEPET() { return _C_VAL[1]; }
13}
14exports.DwiWara = DwiWara;
15const _C_VAL = [
16 new DwiWara(0, 5, "Menga"),
17 new DwiWara(1, 4, "Pepet"),
18];
19Object.freeze(_C_VAL);