From 3501bcbea69c87c6bea71b3dc6f8d4d1620e9ba5 Mon Sep 17 00:00:00 2001 From: Paul Ritter Date: Thu, 29 Jul 2021 06:58:38 +0200 Subject: [PATCH] reagentgrinder ecs & xamlui (#4347) * started converting grinder to ecs * finished reagentcontainer ecs refactored bui converted ui to xaml * adds handling * fixes handling * oopsie Co-authored-by: Paul --- Content.Client/Kitchen/UI/GrinderMenu.xaml | 15 + Content.Client/Kitchen/UI/GrinderMenu.xaml.cs | 131 +++++++ .../Kitchen/UI/LabelledContentBox.xaml | 7 + .../Kitchen/UI/LabelledContentBox.xaml.cs | 15 + .../UI/ReagentGrinderBoundUserInterface.cs | 264 +------------- .../Components/ReagentGrinderComponent.cs | 339 +----------------- .../EntitySystems/ReagentGrinderSystem.cs | 301 +++++++++++++++- .../SharedReagentGrinderComponent.cs | 10 - 8 files changed, 481 insertions(+), 601 deletions(-) create mode 100644 Content.Client/Kitchen/UI/GrinderMenu.xaml create mode 100644 Content.Client/Kitchen/UI/GrinderMenu.xaml.cs create mode 100644 Content.Client/Kitchen/UI/LabelledContentBox.xaml create mode 100644 Content.Client/Kitchen/UI/LabelledContentBox.xaml.cs diff --git a/Content.Client/Kitchen/UI/GrinderMenu.xaml b/Content.Client/Kitchen/UI/GrinderMenu.xaml new file mode 100644 index 0000000000..38fd6ee197 --- /dev/null +++ b/Content.Client/Kitchen/UI/GrinderMenu.xaml @@ -0,0 +1,15 @@ + + + +