]> git.tdb.fi Git - libs/game.git/commit
Add a mechanism for spawning entities over the network
authorMikko Rasa <tdb@tdb.fi>
Sun, 11 Jun 2023 19:22:34 +0000 (22:22 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 11 Jun 2023 19:22:34 +0000 (22:22 +0300)
commitf7136b62685b94ed271ac6e6a09c98f47d3e270d
tree406b34ee2e56436441f27d63391c6e47262c314e
parent78ea89f44afeb0386d9d2fd164cd46dc456872ba
Add a mechanism for spawning entities over the network
source/game/messages.h
source/game/protocol.cpp
source/game/protocol.h
source/game/replicator.cpp [new file with mode: 0644]
source/game/replicator.h [new file with mode: 0644]
source/game/spawner.cpp [new file with mode: 0644]
source/game/spawner.h [new file with mode: 0644]
source/game/zygote.cpp [new file with mode: 0644]
source/game/zygote.h [new file with mode: 0644]