A shit ton of microwave stuff i can't really explain this.

This commit is contained in:
FL-OZ
2020-05-01 17:19:04 -05:00
parent a65d60dc2c
commit 13fba25edc
10 changed files with 116 additions and 60 deletions

View File

@@ -0,0 +1,16 @@
using Robust.Client.GameObjects.Components.UserInterface;
using System;
using System.Collections.Generic;
using System.Text;
namespace Content.Client.GameObjects.Components.Kitchen
{
public class MicrowaveBoundUserInterface : BoundUserInterface
{
public MicrowaveBoundUserInterface(ClientUserInterfaceComponent owner, object uiKey) : base(owner,uiKey)
{
}
}
}