Solve serialization
This commit is contained in:
parent
ba8b1a29fd
commit
8e44dd3733
45 changed files with 242 additions and 201 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue