Import classes in the proper way to not cause runtime errors.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/// <reference path="UhkBuffer.ts" />
|
||||
|
||||
interface Serializable<T> {
|
||||
fromJsObject(jsObject: any): T;
|
||||
fromBinary(buffer: UhkBuffer): T;
|
||||
|
||||
Reference in New Issue
Block a user