Add navmap beacons (#19388)

This commit is contained in:
metalgearsloth
2023-09-16 18:11:47 +10:00
committed by GitHub
parent a0170dc613
commit e08b0954e5
7 changed files with 261 additions and 33 deletions

View File

@@ -29,6 +29,9 @@ public sealed class NavMapSystem : SharedNavMapSystem
TileData = data,
});
}
component.Beacons.Clear();
component.Beacons.AddRange(state.Beacons);
}
}