mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-03 18:47:10 +02:00
8 lines
201 B
C#
8 lines
201 B
C#
namespace Robust.Server.Console
|
|
{
|
|
public interface IConGroupController : IConGroupControllerImplementation
|
|
{
|
|
public IConGroupControllerImplementation Implementation { set; }
|
|
}
|
|
}
|