Files

8 lines
143 B
C#

namespace Robust.Shared.GameObjects
{
public partial interface IComponentDebug : IComponent
{
string GetDebugString();
}
}