7 lines
95 B
C#
Raw Normal View History

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