using System; namespace NitroxModel.DataStructures.GameLogic; /// /// States that are temporary for one session so we don't need to persist them /// [Serializable] public class SessionSettings { public bool FastHatch; public bool FastGrow; }