Commit d5f60750 authored by Azat Alimov's avatar Azat Alimov
Browse files

small cleanup

parent f3a9fcbf
Showing with 0 additions and 11 deletions
+0 -11
import {debugHistory} from "../cvu/views/ViewDebugger";
import {getItemType, ItemFamily} from "../model/items/Item";
import {DatabaseController} from "../model/DatabaseController";
//var fs = require("fs");
export var MemriJSONEncoder = function (x) {
return JSON.stringify(x);
......
//import * as DB from "./defaults/default_database.json";
import {getItemType} from "./items/Item";
/*let fs = require("fs");
var DB = fs.readFileSync("./defaults/default_database.json");*/
/*DB.forEach(function(x, i) {
if (!x.uid)
x.uid = (i + 1) + 1000000
/!*else
console.log(x.uid)*!/
})*/
export class Realm {
db;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment