mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-17 00:44:49 +01:00
18 lines
342 B
C#
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;
|
|
}
|
|
}
|