No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GooglePlayTangle.cs 957B

123456789101112131415161718
  1. // WARNING: Do not modify! Generated file.
  2. namespace UnityEngine.Purchasing.Security {
  3. public class GooglePlayTangle
  4. {
  5. private static byte[] data = System.Convert.FromBase64String("bkYx3VUYmfM5O4PXeq7BBnQCys667GMyTGg+0YTgY3zFIvmo7zbaWccRm51P2blFYquWApSSRWyoPPXqzL2ctND+LMWNqCq/FxCIBihCdc6R8rrMsIIfkuQp3BE1omZ1AIExTerzZ1t0hApQ9iliex/pK23FrNIMvVIP/jxWr1onXJUA3vA5lkTldzZf7W5NX2JpZkXpJ+mYYm5ubmpvbO1uYG9f7W5lbe1ubm/w2AqiwoO3HQ77AwePauQGGxte6eIgSbE4QqxDfWI0oDC0KA9sctSHbXsKdhTjCi6weGzJk8F3XCg8dwEpo1NXS07nzi3nc1/c58vK9eVOGhGKsZuQmywejBXjtZ52jKtyoal47CfQ1ae7XpegcpWWzL7LJG1sbm9u");
  6. private static int[] order = new int[] { 11,10,9,5,6,7,9,11,10,11,12,12,12,13,14 };
  7. private static int key = 111;
  8. public static readonly bool IsPopulated = true;
  9. public static byte[] Data() {
  10. if (IsPopulated == false)
  11. return null;
  12. return Obfuscator.DeObfuscate(data, order, key);
  13. }
  14. }
  15. }