This commit is contained in:
2026-08-03 00:49:27 +07:00
parent c32a11d124
commit 051b3e8bee
6 changed files with 29 additions and 36 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
package repos
type Team struct {
ID int
Name string
Status string
Password string
ScenarioId int
ID int
Name string
Status string
Password string
GameId int
}