Unstable v0.1300.0.0 (February 19th 2021)
This commit is contained in:
@@ -125,6 +125,8 @@ namespace Barotrauma
|
||||
get; private set;
|
||||
}
|
||||
|
||||
public RadiationParams RadiationParams;
|
||||
|
||||
public static void Init()
|
||||
{
|
||||
|
||||
@@ -238,6 +240,9 @@ namespace Barotrauma
|
||||
TypeChangeIcon = new Sprite(subElement);
|
||||
break;
|
||||
#endif
|
||||
case "radiationparams":
|
||||
RadiationParams = new RadiationParams(subElement);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user