8 lines
114 B
C#
8 lines
114 B
C#
namespace ReactorMaintenance.Simulation;
|
|
|
|
public enum EUndergroundState
|
|
{
|
|
Absent,
|
|
Intact,
|
|
Leaking
|
|
} |