• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

First Machine Age's Mods (Combined repo.)


Commit MetaInfo

修訂15940266fe070afcd67b1016c779b397bdca971f (tree)
時間2022-03-30 06:31:50
作者melchior <melchior@user...>
Commitermelchior

Log Message

AMR config now public

for 3rd party mods to alter settings

Change Summary

差異

--- a/AnvilMetalRecovery/MetalRecoverySystem.cs
+++ b/AnvilMetalRecovery/MetalRecoverySystem.cs
@@ -35,7 +35,7 @@ namespace AnvilMetalRecovery
3535 private ServerCoreAPI ServerCore { get; set; }
3636 private ClientCoreAPI ClientCore { get; set; }
3737
38- internal AMRConfig CachedConfiguration {
38+ public AMRConfig CachedConfiguration {
3939 get
4040 {
4141 return ( AMRConfig )CoreAPI.ObjectCache[_configFilename];