14 lines
183 B
C#
14 lines
183 B
C#
namespace SPTarkov.Server.Core.Models.Enums;
|
|
|
|
public enum HealthFactor
|
|
{
|
|
None,
|
|
Health,
|
|
Hydration,
|
|
Energy,
|
|
Radiation,
|
|
Temperature,
|
|
Poisoning,
|
|
Effect,
|
|
}
|