Files
RobustToolbox/Robust.Shared/GameObjects/IComponentDebug.cs

8 lines
143 B
C#

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