2023-04-14 15:51:28 +08:00

7 lines
95 B
C#

namespace Beebyte.Obfuscator
{
public enum MessageCode
{
UnityReflectionMethodNotFound
}
}