The jam is running. Build something, or play the entries.
A C# source file that defines an empty AttackSystem class inheriting from Sandbox.Component. It currently has no fields, methods, or behavior.
using Sandbox; public sealed class AttackSystem : Component { }