Anomaly Generator Tweaks (#13856)

This commit is contained in:
Nemanja
2023-02-06 14:53:59 -05:00
committed by GitHub
parent 0685611e18
commit 1b8c48180b
13 changed files with 162 additions and 9 deletions

View File

@@ -48,6 +48,18 @@ public enum AnomalyVesselVisualLayers : byte
Base
}
[Serializable, NetSerializable]
public enum AnomalyGeneratorVisuals : byte
{
Generating
}
[Serializable, NetSerializable]
public enum AnomalyGeneratorVisualLayers : byte
{
Base
}
[Serializable, NetSerializable]
public enum AnomalyScannerUiKey : byte
{