Create generic distribution system

Still incredibly basic and only handles initial distribution and spawning with no relationships or anything.
This commit is contained in:
Michael Bradley 2025-07-06 18:29:58 -04:00
parent d76afe92f0
commit 4db82f328b
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4
5 changed files with 66 additions and 8 deletions

View file

@ -91,6 +91,8 @@ impl Plugin for GamePlugin {
),
);
Seed::register(app);
match self.source {
DataSource::Address(peer) => {
info!("Will retrieve seed from peer => {peer}");