Network updates enabled
This commit is contained in:
parent
eafc7cfced
commit
fc96a81424
3 changed files with 57 additions and 26 deletions
|
|
@ -6,4 +6,5 @@ pub struct EntityID(pub u32);
|
|||
#[derive(Serialize, Deserialize, Debug, Component)]
|
||||
pub enum NetworkObject {
|
||||
Star(StarInfo),
|
||||
Planet(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue