]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Remove static IoC from client & server EntryPoint (#40562)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Thu, 2 Oct 2025 14:32:56 +0000 (03:32 +1300)
committerGitHub <noreply@github.com>
Thu, 2 Oct 2025 14:32:56 +0000 (14:32 +0000)
commitde9593c0e7206189fc2b3ded585390a53f75405b
tree7d7c312d94f6d531fa80498d1f53d8b1ea5fc085
parent368d4dd273a740998a298088c8a3df26f30877b0
Remove static IoC from client & server EntryPoint (#40562)

* Remove static IoC from client & server EntryPoint

* Fix missing log manager initialization

* file namespace
Content.Client/Entry/EntryPoint.cs
Content.Client/IoC/ClientContentIoC.cs
Content.Server/Entry/EntryPoint.cs
Content.Server/IoC/ServerContentIoC.cs
Content.Shared/Entry/EntryPoint.cs
Content.Shared/IoC/SharedContentIoC.cs
Content.Tests/ContentUnitTest.cs