]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Cleanup TabletopSystem.Map (#36097)
authorTayrtahn <tayrtahn@gmail.com>
Wed, 26 Mar 2025 14:17:28 +0000 (10:17 -0400)
committerGitHub <noreply@github.com>
Wed, 26 Mar 2025 14:17:28 +0000 (15:17 +0100)
commit9b28aedbc560f402db36275b6cadd7c3094f13a3
tree2a956af5c9fede269a86fca10c6fecb4272bf322
parentb97de9d603bd92c70afb383b4191af6fc32fdd3a
Cleanup TabletopSystem.Map (#36097)

* Add SharedMapSystem dependency

* IMapManager.MapExists -> SharedMapSystem.MapExists

* IMapManager.CreateMap & IMapManager.GetMapEntityId -> SharedMapSystem.CreateMap

* IMapManager.DeleteMap -> SharedMapSystem.DeleteMap

* Remove IMapManager dependency
Content.Server/Tabletop/TabletopSystem.Map.cs
Content.Server/Tabletop/TabletopSystem.cs