First Machine Age's Mods (Combined repo.)
修訂 | 15940266fe070afcd67b1016c779b397bdca971f (tree) |
---|---|
時間 | 2022-03-30 06:31:50 |
作者 | melchior <melchior@user...> |
Commiter | melchior |
AMR config now public
for 3rd party mods to alter settings
@@ -35,7 +35,7 @@ namespace AnvilMetalRecovery | ||
35 | 35 | private ServerCoreAPI ServerCore { get; set; } |
36 | 36 | private ClientCoreAPI ClientCore { get; set; } |
37 | 37 | |
38 | - internal AMRConfig CachedConfiguration { | |
38 | + public AMRConfig CachedConfiguration { | |
39 | 39 | get |
40 | 40 | { |
41 | 41 | return ( AMRConfig )CoreAPI.ObjectCache[_configFilename]; |