Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ehasa-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WIMMA Lab 2019
Overflow
ehasa-backend
Merge requests
!58
Development to testing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Development to testing
Development
into
testing
Overview
0
Commits
50
Pipelines
0
Changes
2
Merged
Ghost User
requested to merge
Development
into
testing
5 years ago
Overview
0
Commits
50
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
99f6b11e
Prev
Next
Show latest version
2 files
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
99f6b11e
update flagbox event timestamp
· 99f6b11e
Ronnie Friman
authored
5 years ago
src/game/game.dto.ts
+
1
−
1
Options
@@ -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