|
|
Bomberman Multiplayer
Authoritative multiplayer networking layer for Bomberman.
|
Public Attributes | |
| uint8_t | ownerId = 0 |
| Player identifier [0, kMaxPlayers) that owns this bomb. | |
| uint8_t | col = 0 |
| Tile-map column occupied by the bomb. | |
| uint8_t | row = 0 |
| Tile-map row occupied by the bomb. | |
| uint8_t | radius = 0 |
| Explosion radius snapped at placement time. | |