|
@@ -20,9 +20,10 @@ static ref CustomRevivalSuitCfg GetCustomRevivalSuitCfg()
|
|
|
|
|
|
class CustomRevivalSuitCfg
|
|
|
{
|
|
|
- protected static string profileDir = "$profile:DcrServerModCfg\\CustomRevivalSuitCfg";
|
|
|
- protected static string profileName = "\\CustomRevivalSuitCfg.json";
|
|
|
- protected static string profilePath = profileDir + profileName;
|
|
|
+ string profileDir = "$profile:DcrServerModCfg\\CustomRevivalSuitCfg";
|
|
|
+ string profileName = "\\CustomRevivalSuitCfg.json";
|
|
|
+ string profilePath = profileDir + profileName;
|
|
|
+ string desc = "上面的变量不要修改, 由于1.27的更新,导致上述变量在外部.c文件中无法被引用";
|
|
|
|
|
|
ref array< ref PlayerRevivalEquipmentData > PlayerRevivalEquipmentDataList;
|
|
|
|