Comparing version 0.3.21-2 to 0.3.21-3
@@ -97,3 +97,3 @@ declare module 'bitecs' { | ||
export function setDefaultSize(size: number): void | ||
export function createWorld(): IWorld | ||
export function createWorld(obj?: T): T & IWorld | ||
export function resetWorld(world: IWorld): IWorld | ||
@@ -100,0 +100,0 @@ export function deleteWorld(world: IWorld): void |
@@ -97,3 +97,3 @@ declare module 'bitecs' { | ||
export function setDefaultSize(size: number): void | ||
export function createWorld(): IWorld | ||
export function createWorld(obj?: T): T & IWorld | ||
export function resetWorld(world: IWorld): IWorld | ||
@@ -100,0 +100,0 @@ export function deleteWorld(world: IWorld): void |
{ | ||
"name": "bitecs", | ||
"version": "0.3.21-2", | ||
"version": "0.3.21-3", | ||
"description": "Functional, minimal, data-driven, ultra-high performance ECS library written in Javascript", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
260246