Network updates enabled

This commit is contained in:
Iaphetes 2025-11-09 12:18:42 +01:00
parent eafc7cfced
commit fc96a81424
3 changed files with 57 additions and 26 deletions

View file

@ -6,4 +6,5 @@ pub struct EntityID(pub u32);
#[derive(Serialize, Deserialize, Debug, Component)]
pub enum NetworkObject {
Star(StarInfo),
Planet(),
}