Fix local run freshness and plugin asset handling
This commit is contained in:
@@ -632,9 +632,10 @@ type GamePluginManifestRegistration struct {
|
||||
}
|
||||
|
||||
type PluginAssetFile struct {
|
||||
Path string
|
||||
Content string
|
||||
Mode int
|
||||
Path string
|
||||
Content string
|
||||
Encoding string
|
||||
Mode int
|
||||
}
|
||||
|
||||
type GamePlugin struct {
|
||||
|
||||
Reference in New Issue
Block a user