MyLibraryComponent.cs

A minimal Facepunch/Sandbox component class with a Title attribute. It defines MyLibraryComponent deriving from Component and contains no fields or methods.

using Sandbox;

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

}