Skip to content

Commit

Permalink
* added Function GetTechs to Celestial interface
Browse files Browse the repository at this point in the history
  • Loading branch information
faunX authored and faunX committed Sep 15, 2022
1 parent 05e9663 commit 562f683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/wrapper/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type Celestial interface {
SendFleet([]ogame.Quantifiable, ogame.Speed, ogame.Coordinate, ogame.MissionID, ogame.Resources, int64, int64) (ogame.Fleet, error)
TearDown(buildingID ogame.ID) error
GetLfBuildings(...Option) (ogame.LfBuildings, error)
GetTechs() (ogame.ResourcesBuildings, ogame.Facilities, ogame.ShipsInfos, ogame.DefensesInfos, ogame.Researches, error)
}

// Prioritizable list of all actions that needs to communicate with ogame server.
Expand Down

0 comments on commit 562f683

Please sign in to comment.