]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Make the material ejection control completely generic (#23308)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Mon, 1 Jan 2024 07:16:25 +0000 (02:16 -0500)
committerGitHub <noreply@github.com>
Mon, 1 Jan 2024 07:16:25 +0000 (23:16 -0800)
commit2b01899d639e1cfa5ec47df6cad4049ef72aaefb
tree68eadb837a8adac0164463f9974070c9e76a706d
parent10c09c76553987cdc9bfecf96bd91d7f153727fe
Make the material ejection control completely generic (#23308)

* Finish decoupling material ejection from lathes

* commented
12 files changed:
Content.Client/Lathe/UI/LatheBoundUserInterface.cs
Content.Client/Lathe/UI/LatheMaterialEjector.xaml.cs [deleted file]
Content.Client/Lathe/UI/LatheMenu.xaml
Content.Client/Lathe/UI/LatheMenu.xaml.cs
Content.Client/Materials/UI/MaterialDisplay.xaml [moved from Content.Client/Lathe/UI/LatheMaterialEjector.xaml with 67% similarity]
Content.Client/Materials/UI/MaterialDisplay.xaml.cs [new file with mode: 0644]
Content.Client/Materials/UI/MaterialStorageControl.xaml [new file with mode: 0644]
Content.Client/Materials/UI/MaterialStorageControl.xaml.cs [new file with mode: 0644]
Content.Client/Materials/UI/MaterialStorageUIController.cs [new file with mode: 0644]
Content.Server/Materials/MaterialStorageSystem.cs
Content.Shared/Materials/MaterialStorageComponent.cs
Content.Shared/Materials/SharedMaterialStorageSystem.cs