Npc({ required Vector2 position, required Vector2 size, double speed = 100, }) { this.speed = speed; this.position = position; this.size = size; }