]> git.tdb.fi Git - libs/game.git/commit
Allow a custom protocol to be set for Replicator
authorMikko Rasa <tdb@tdb.fi>
Thu, 11 Jan 2024 22:01:56 +0000 (00:01 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 11 Jan 2024 22:04:04 +0000 (00:04 +0200)
commit141ee785d94af907020c054f5fe1bbc18363fd20
treea387b2615055bbf21baafc3031ddb972bb0a6759
parent077a73e1a575cd0d584e637ffd93a05261430bd9
Allow a custom protocol to be set for Replicator

It needs to derive from StageProtocol, which is now exported from the
library.
source/game/protocol.h
source/game/replicator.cpp
source/game/replicator.h