We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf01a0 commit f8e2a80Copy full SHA for f8e2a80
1 file changed
cli/cache/uplugin.go
@@ -6,8 +6,8 @@ type UPlugin struct {
6
Description string `json:"Description"`
7
CreatedBy string `json:"CreatedBy"`
8
GameVersion string `json:"GameVersion"`
9
- GameFeature bool `json:"GameFeature"`
10
Plugins []Plugins `json:"Plugins"`
+ GameFeature bool `json:"GameFeature"`
11
}
12
type Plugins struct {
13
Name string `json:"Name"`
0 commit comments