Create generic distribution system
Still incredibly basic and only handles initial distribution and spawning with no relationships or anything.
This commit is contained in:
parent
d76afe92f0
commit
4db82f328b
5 changed files with 66 additions and 8 deletions
|
|
@ -91,6 +91,8 @@ impl Plugin for GamePlugin {
|
|||
),
|
||||
);
|
||||
|
||||
Seed::register(app);
|
||||
|
||||
match self.source {
|
||||
DataSource::Address(peer) => {
|
||||
info!("Will retrieve seed from peer => {peer}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue