This commit is contained in:
Andras Schmelczer 2026-06-12 21:46:47 +01:00
parent ec579650d7
commit 1f10b9c750
28 changed files with 134 additions and 220 deletions

View file

@ -2,7 +2,7 @@ import { Command } from 'shared';
export class GeneratePointsCommand extends Command {
public constructor(
public readonly decla: number,
public readonly blue: number,
public readonly red: number,
) {
super();