Vending visualizer update (#9962)
This commit is contained in:
10
Content.Client/VendingMachines/VendingMachineComponent.cs
Normal file
10
Content.Client/VendingMachines/VendingMachineComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Shared.VendingMachines;
|
||||
|
||||
namespace Content.Client.VendingMachines;
|
||||
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedVendingMachineComponent))]
|
||||
public sealed class VendingMachineComponent : SharedVendingMachineComponent
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user