Make this const as well

This commit is contained in:
2026-01-25 17:11:25 -07:00
parent d76d5828d1
commit b6e47cbbb8

View File

@@ -6,8 +6,8 @@ using UnityEngine;
public class OldSavefileEncryption public class OldSavefileEncryption
{ {
public static readonly string BAZOOKA_MANAGER_KEY = "5de0d5798d4eb751e13b668c1fc5297d"; public const string BAZOOKA_MANAGER_KEY = "5de0d5798d4eb751e13b668c1fc5297d";
public static readonly string BAZOOKA_MANAGER_FILE_KEY = "e74af7ba21b8b4edd0e3f1d572d63c67"; public const string BAZOOKA_MANAGER_FILE_KEY = "e74af7ba21b8b4edd0e3f1d572d63c67";
public static byte[] EncryptRaw(string text, string key) public static byte[] EncryptRaw(string text, string key)
{ {