package command type Command struct { FromRace string } type CommandAlly struct { Command ToRace string } type CommandWar struct { Command ToRace string }