mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
9 lines
231 B
C#
9 lines
231 B
C#
namespace Robust.Server.Console
|
|
{
|
|
[NotContentImplementable]
|
|
public interface IConGroupController : IConGroupControllerImplementation
|
|
{
|
|
public IConGroupControllerImplementation Implementation { set; }
|
|
}
|
|
}
|