Pawn/PawnController.cs

Empty component class named PawnController in Skateboard.Player namespace. It currently defines no members or behavior.

Rough Code
namespace Skateboard.Player;

public class PawnController : Component
{
}