Files
BH3/Assets/Scripts/Assembly-CSharp/MoleMole/Config/ConfigNotificationSetting.cs
2025-08-13 09:26:42 +08:00

18 lines
342 B
C#

namespace MoleMole.Config
{
public class ConfigNotificationSetting
{
public bool StaminaFullNotificaltion = true;
public bool SkillPointFullNotification = true;
public bool ActivityNotification = true;
public bool VentureDoneNotification = true;
public bool CabinLevelUpNotification = true;
public bool IsUserDefined;
}
}