mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 09:37:03 +02:00
9 lines
222 B
C#
9 lines
222 B
C#
namespace Robust.Client.Console
|
|
{
|
|
[NotContentImplementable]
|
|
public interface IClientConGroupController : IClientConGroupImplementation
|
|
{
|
|
IClientConGroupImplementation Implementation { set; }
|
|
}
|
|
}
|