| Copyright | (c) plaimi 2015 |
|---|---|
| License | AGPL-3 |
| Maintainer | blubber@plaimi.net |
| Safe Haskell | None |
| Language | Haskell2010 |
Blubber.Server.Message
Description
Documentation
The types of messages the blubber server accepts.
Constructors
| Connect | Ask to shake hands. |
| Disconnect | Ask to part ways. |
| AddPlayer String | Ask to add a new player to the world. |
| UpdateVelocity (Double, Double) | Ask to update the velocity of a player's |
| SrcPls String | Ask the given IP for the source code. |