9 lines
91 B
Go
9 lines
91 B
Go
package player
|
|
|
|
type AI_player struct {
|
|
baseplayer
|
|
|
|
CanCapture int
|
|
Prop [6]int8
|
|
}
|