9 lines
74 B
Go
9 lines
74 B
Go
package player
|
|
|
|
type AI_player struct {
|
|
baseplayer
|
|
|
|
CanCapture int
|
|
|
|
}
|