generator machine upgrading (#12145)
This commit is contained in:
@@ -13,4 +13,13 @@ namespace Content.Server.Construction.Components
|
||||
public Container BoardContainer = default!;
|
||||
public Container PartContainer = default!;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The different types of scaling that are available for machine upgrades
|
||||
/// </summary>
|
||||
public enum MachineUpgradeScalingType : byte
|
||||
{
|
||||
Linear,
|
||||
Exponential
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user