Solve serialization

This commit is contained in:
schmelczerandras 2020-10-06 21:33:04 +02:00
parent ba8b1a29fd
commit 8e44dd3733
45 changed files with 242 additions and 201 deletions

View file

@ -22,7 +22,9 @@ export * from './helper/random';
export * from './helper/unique';
export * from './helper/rotate-90-deg';
export * from './objects/game-object';
export * from './objects/deserialize';
export * from './transport/serializable/deserialize';
export * from './transport/serializable/serialize';
export * from './transport/serializable/serializable';
export * from './objects/types/character-base';
export * from './objects/types/lamp-base';
export * from './objects/types/tunnel-base';