Ally/War commands
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package command
|
||||
|
||||
type Command struct {
|
||||
FromRace string
|
||||
}
|
||||
|
||||
type CommandAlly struct {
|
||||
Command
|
||||
ToRace string
|
||||
}
|
||||
|
||||
type CommandWar struct {
|
||||
Command
|
||||
ToRace string
|
||||
}
|
||||
Reference in New Issue
Block a user