2025-05-14 11:18:07 +08:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace Obfuz.Editor
|
|
|
|
|
{
|
|
|
|
|
public static class ConstValues
|
|
|
|
|
{
|
2025-05-17 12:11:36 +08:00
|
|
|
|
public const string ObfuzInternalSymbolNamePrefix = "$Obfuz$";
|
2025-05-14 11:18:07 +08:00
|
|
|
|
}
|
|
|
|
|
}
|