Missed these in the merge, whoops.

This commit is contained in:
Pieter-Jan Briers
2020-11-10 17:06:20 +01:00
parent 00774e90ed
commit 7bc93bd2a9
2 changed files with 7 additions and 0 deletions

View File

@@ -1,11 +1,14 @@
#nullable enable
using Content.Server.Administration;
using Content.Server.GameObjects.Components.Nutrition;
using Content.Shared.Administration;
using Content.Shared.GameObjects.Components.Nutrition;
using Robust.Server.Interfaces.Console;
using Robust.Server.Interfaces.Player;
namespace Content.Server.Commands
{
[AdminCommand(AdminFlags.Debug)]
public class Hungry : IClientCommand
{
public string Command => "hungry";