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

15 lines
178 B
C#

using System;
namespace MoleMole
{
[Serializable]
public class ConfigWeatherSiteUsage
{
public bool sinaWeather;
public bool yahooWeather;
public bool sinaNews;
}
}