Skip to content
Snippets Groups Projects
Commit 35885d31 authored by Ronnie Friman's avatar Ronnie Friman
Browse files

added optional uuid for flagboxDTO

parent fa0faa53
No related branches found
No related tags found
3 merge requests!59Development to master,!36Development,!32Game state
...@@ -81,6 +81,9 @@ export class GameStateDTO { ...@@ -81,6 +81,9 @@ export class GameStateDTO {
} }
export class FlagboxDTO { export class FlagboxDTO {
@IsOptional()
@IsUUID('4')
objectivePointId: string;
@IsString() @IsString()
@IsNotEmpty() @IsNotEmpty()
@Length(7) @Length(7)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment