Refactor: Async-ify a bunch of stuff. Change waitForMessage to template style. Disable strictPropertyInitialization in typescript config.

This commit is contained in:
Casper Warden
2018-10-07 14:59:07 +01:00
parent d45204a91c
commit 1137868932
638 changed files with 1014 additions and 1219 deletions

View File

@@ -1,5 +1,4 @@
/// <reference types="node" />
/// <reference types="long" />
import { UUID } from '../UUID';
import { Vector3 } from '../Vector3';
import Long = require('long');