Compare commits
No commits in common. "618b0b16390dd8b62ea60ea3c299b80968d4dd9a" and "ab2afeb177f47ed21f4ba7d186215ab2eecbc222" have entirely different histories.
618b0b1639
...
ab2afeb177
@ -7,7 +7,7 @@ const gameType = "minecraft"
|
||||
type MinecraftGame struct {
|
||||
SkirdaGameId string
|
||||
Assets skirdagame.GameUIAssets
|
||||
Versions []string
|
||||
// CurrentVersion string
|
||||
}
|
||||
|
||||
func (game MinecraftGame) GetSkirdaGameId() string {
|
||||
@ -29,7 +29,3 @@ func (game MinecraftGame) GetType() string {
|
||||
func (game MinecraftGame) GetArguments() skirdagame.Arguments {
|
||||
return skirdagame.Arguments{}
|
||||
}
|
||||
|
||||
func (game MinecraftGame) GetVersions() []string {
|
||||
return game.Versions
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user