Update gameplay
This commit is contained in:
parent
49c410d8ff
commit
23fa7646d6
10 changed files with 165 additions and 33 deletions
|
|
@ -7,9 +7,10 @@ export * from './commands/types/move-action';
|
|||
export * from './commands/types/primary-action';
|
||||
export * from './commands/types/player-died';
|
||||
export * from './commands/types/update-objects';
|
||||
export * from './commands/types/update-planet-ownership';
|
||||
export * from './commands/types/update-game-state';
|
||||
export * from './commands/types/secondary-action';
|
||||
export * from './commands/command-receiver';
|
||||
export * from './commands/types/update-game-state';
|
||||
export * from './commands/command-executors';
|
||||
export * from './commands/command-generator';
|
||||
export * from './commands/broadcast-commands';
|
||||
|
|
@ -45,7 +46,6 @@ export * from './objects/types/player-character-base';
|
|||
export * from './objects/types/lamp-base';
|
||||
export * from './objects/types/planet-base';
|
||||
export * from './objects/types/projectile-base';
|
||||
export * from './objects/update-message';
|
||||
export * from './objects/update-object-message';
|
||||
export * from './settings';
|
||||
export * from './transport/transport-events';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue