]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Predict vending machine UI (#33412)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sun, 2 Mar 2025 02:47:52 +0000 (13:47 +1100)
committerGitHub <noreply@github.com>
Sun, 2 Mar 2025 02:47:52 +0000 (13:47 +1100)
commita8ebcac5c9e36765671b742a4f587a80cfadf4f3
tree4eea2682e379149709ae1cd35105a5d10398260f
parentba1504d0d6a028755008c8a633fad07725305b19
Predict vending machine UI (#33412)
15 files changed:
Content.Client/Advertise/Systems/SpeakOnUIClosedSystem.cs [new file with mode: 0644]
Content.Client/UserInterface/Controls/ListContainer.cs
Content.Client/VendingMachines/UI/VendingMachineItem.xaml.cs
Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs
Content.Client/VendingMachines/VendingMachineBoundUserInterface.cs
Content.Client/VendingMachines/VendingMachineSystem.cs
Content.Server/Advertise/EntitySystems/SpeakOnUIClosedSystem.cs
Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs
Content.Server/Arcade/SpaceVillainGame/SpaceVillainArcadeSystem.cs
Content.Server/VendingMachines/VendingMachineSystem.cs
Content.Shared/Advertise/Components/SpeakOnUIClosedComponent.cs [moved from Content.Server/Advertise/Components/SpeakOnUIClosedComponent.cs with 80% similarity]
Content.Shared/Advertise/Systems/SharedSpeakOnUIClosedSystem.cs [new file with mode: 0644]
Content.Shared/VendingMachines/SharedVendingMachineSystem.Restock.cs
Content.Shared/VendingMachines/SharedVendingMachineSystem.cs
Content.Shared/VendingMachines/VendingMachineComponent.cs