]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Update `SharedBiomeSystem` methods to use `Entity<T>` (#37698)
authorTayrtahn <tayrtahn@gmail.com>
Thu, 22 May 2025 02:10:52 +0000 (22:10 -0400)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 02:10:52 +0000 (22:10 -0400)
commit5a930995095f7ab5c4d364f83e954e11473e4378
tree854d8bf2de13b98c97b3130e39dfa11bb6ef3153
parentdb0fb6118f631300c983d8c74af5bd2d397babf8
Update `SharedBiomeSystem` methods to use `Entity<T>` (#37698)

* Fix warning in TryGetBiomeTile

* Overload TryGetBiomeTile

* Overload more methods, fix internal warnings

* Update TryGetEntity uses

* Update TryGetTile uses

* Cleanup TryGetDecals use

* Formatting

* Two more warnings while we're here
Content.Client/Parallax/BiomeDebugOverlay.cs
Content.Server/Parallax/BiomeSystem.cs
Content.Server/Procedural/DungeonJob/DungeonJob.Biome.cs
Content.Shared/Parallax/Biomes/SharedBiomeSystem.cs