game generation process
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
package game
|
||||
|
||||
import "github.com/google/uuid"
|
||||
|
||||
type Race struct {
|
||||
ID uuid.UUID
|
||||
Name string
|
||||
Killed bool
|
||||
|
||||
Votes float64
|
||||
VoteFor string
|
||||
// Votes float64
|
||||
Ally uuid.UUID // Race's Votes receiver
|
||||
|
||||
Drive float64
|
||||
Weapons float64
|
||||
|
||||
Reference in New Issue
Block a user