Code/MyLibraryComponent.cs
using Sandbox;

/// <summary>
/// This is a component - in your library!
/// </summary>
[Title( "TikFinity Integration for S&Box (TikTok Live Streaming) - My Component" )]
public class MyLibraryComponent : Component
{

}