Import classes in the proper way to not cause runtime errors.

This commit is contained in:
László Monda
2016-03-29 01:43:52 +02:00
parent b2f5bf1d66
commit 30f735d0ac
5 changed files with 8 additions and 17 deletions

View File

@@ -1,5 +1,3 @@
/// <reference path="UhkBuffer.ts" />
interface Serializable<T> {
fromJsObject(jsObject: any): T;
fromBinary(buffer: UhkBuffer): T;