namespace Mine2d.game.backend.network.packets;
public class PlayerInputPacket
{
public Vector2 InputVector { get; set; }
}