Initial Commit
Not a working build, but I wanted to get this on my github.
This commit is contained in:
parent
a7ef808d1e
commit
aaef4d2e9a
7 changed files with 551 additions and 1 deletions
3
data/enums/playerdata.js
Normal file
3
data/enums/playerdata.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
"use strict";
|
||||
// Generated by https://quicktype.io
|
||||
exports.__esModule = true;
|
||||
11
data/enums/playerdata.ts
Normal file
11
data/enums/playerdata.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// Generated by https://quicktype.io
|
||||
|
||||
export interface player {
|
||||
name: string;
|
||||
race: string;
|
||||
class: string;
|
||||
level: number;
|
||||
nuts: number;
|
||||
dm: boolean;
|
||||
dm_points: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue