Skip to content
Snippets Groups Projects

Development to testing

Merged Ghost User requested to merge Development into testing
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -111,6 +111,6 @@ export class FlagboxEventDTO {
@@ -111,6 +111,6 @@ export class FlagboxEventDTO {
@Min(0)
@Min(0)
@Max(3)
@Max(3)
capture: number; // which faction is capturing, same logic as in owner with numbers
capture: number; // which faction is capturing, same logic as in owner with numbers
oP_HistoryTimestamp?: string;
oP_HistoryTimestamp?: number;
objective_point?: ObjectivePointEntity;
objective_point?: ObjectivePointEntity;
}
}
Loading