2025-05-08 12:36:06 +08:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
|
|
namespace Obfuz.Settings
|
|
|
|
|
{
|
|
|
|
|
[Serializable]
|
2025-05-09 19:26:59 +08:00
|
|
|
|
public class ConstEncryptSettings
|
2025-05-08 12:36:06 +08:00
|
|
|
|
{
|
2025-05-10 09:41:45 +08:00
|
|
|
|
[Tooltip("config xml files")]
|
|
|
|
|
public string[] configFiles;
|
2025-05-08 12:36:06 +08:00
|
|
|
|
}
|
|
|
|
|
}
|