Replay client (#15001)
This commit is contained in:
13
Content.Client/Replay/ReplayConGroup.cs
Normal file
13
Content.Client/Replay/ReplayConGroup.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Robust.Client.Console;
|
||||
|
||||
namespace Content.Client.Replay;
|
||||
|
||||
public sealed class ReplayConGroup : IClientConGroupImplementation
|
||||
{
|
||||
public event Action? ConGroupUpdated;
|
||||
public bool CanAdminMenu() => true;
|
||||
public bool CanAdminPlace() => true;
|
||||
public bool CanCommand(string cmdName) => true;
|
||||
public bool CanScript() => true;
|
||||
public bool CanViewVar() => true;
|
||||
}
|
||||
Reference in New Issue
Block a user