Code/MyLibraryComponent.cs

A simple s&box Component class named MyLibraryComponent with a Title attribute. It derives from Component but contains no fields, methods or behavior.

using Sandbox;

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

}