MyLibraryComponent.cs

A minimal Sandbox component class named MyLibraryComponent with a Title attribute. It inherits from Component but contains no fields or methods.

using Sandbox;

/// <summary>
/// This is a component - in your library!
/// </summary>
[Title( "claude bridge - My Component" )]
public class MyLibraryComponent : Component
{

}