Nu hanteras även den som vinner ett game
This commit is contained in:
@ -5,5 +5,6 @@ public enum GamePointStatus
|
||||
New = 0,
|
||||
InProgress = 1,
|
||||
Completed = 2,
|
||||
Cancelled = 3
|
||||
Cancelled = 3,
|
||||
Winning = 4
|
||||
}
|
||||
|
||||
@ -123,6 +123,4 @@ public class RoundBuilderElement : EntityBase
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user