Partial Player component file for HUD-related functionality, currently empty. It declares a sealed partial Player class deriving from Component in the SnowSandbox namespace.
using Sandbox;
namespace SnowSandbox;
public sealed partial class Player : Component
{
}