Skip to content

Commit

Permalink
add GetType to ogame celestial interface
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Aug 20, 2022
1 parent bd6b207 commit 9b81a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ogame/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type Celestial interface {
GetID() CelestialID
GetImg() string
GetName() string
GetType() CelestialType
}

// BaseOgameObj base interface for all ogame objects (buildings, technologies, ships, defenses)
Expand Down

0 comments on commit 9b81a4b

Please sign in to comment.