mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 21:33:28 +08:00
code cleanup
This commit is contained in:
@@ -114,8 +114,8 @@ public static class BirthPlanetPatch
|
||||
theme.VeinOpacity[3] = 1f;
|
||||
}
|
||||
|
||||
List<int> veins = new();
|
||||
List<float> settings = new();
|
||||
List<int> veins = [];
|
||||
List<float> settings = [];
|
||||
if (FireIceOnBirthPlanet.Value)
|
||||
{
|
||||
veins.Add(8);
|
||||
|
||||
Reference in New Issue
Block a user