# State

Contains `@gametactic/state` npm package. State is object, which is used 
in all microservices dealing with the room data. State contains all history
of room, entities, maps, etc...

Only used internally in the project. Not public.

## Install

```bash
npm install @gametactic/state
--
yarn add @gametactic/state
```

## License

This source file is released under GPLv3 license by copyright holders.
