Skip to content

Commit

Permalink
roblox/version: drop unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Nov 4, 2023
1 parent c986b1e commit 2df963a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roblox/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ import (

const DefaultChannel = "live"

type ClientVersion struct {
Version string `json:"version"`
ClientVersionUpload string `json:"clientVersionUpload"`
BootstrapperVersion string `json:"bootstrapperVersion"`
NextClientVersionUpload string `json:"nextClientVersionUpload"`
NextClientVersion string `json:"nextClientVersion"`
}

type Version struct {
Type roblox.BinaryType
Channel string
Expand Down

0 comments on commit 2df963a

Please sign in to comment.