19 lines
527 B
C#
19 lines
527 B
C#
// WARNING: Do not modify! Generated file.
|
|
|
|
namespace UnityEngine.Purchasing.Security {
|
|
public class GooglePlayTangle
|
|
{
|
|
private static byte[] data = System.Convert.FromBase64String("");
|
|
private static int[] order = new int[] { 0 };
|
|
private static int key = 84;
|
|
|
|
public static readonly bool IsPopulated = false;
|
|
|
|
public static byte[] Data() {
|
|
if (IsPopulated == false)
|
|
return null;
|
|
return Obfuscator.DeObfuscate(data, order, key);
|
|
}
|
|
}
|
|
}
|