summary refs log tree commit diff
path: root/dist/Schema/Guild.js
diff options
context:
space:
mode:
authorxnacly <matteogropp@gmail.com>2021-02-09 19:10:35 +0100
committerxnacly <matteogropp@gmail.com>2021-02-09 19:10:35 +0100
commit74284682d59ec034642f2478fe1d58fb99bb3fdd (patch)
tree4a326818b9c2d8793bd84fff78ddc0db8f62d2ab /dist/Schema/Guild.js
parentadded guild schema (diff)
downloadserver-74284682d59ec034642f2478fe1d58fb99bb3fdd.tar.xz
added missing build for guild schema
Diffstat (limited to 'dist/Schema/Guild.js')
-rw-r--r--dist/Schema/Guild.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/Schema/Guild.js b/dist/Schema/Guild.js
new file mode 100644

index 00000000..e18d7129 --- /dev/null +++ b/dist/Schema/Guild.js
@@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Guild = void 0; +exports.Guild = { + name: String, + $region: String, +}; +//# sourceMappingURL=Guild.js.map \ No newline at end of file