Make this const as well
This commit is contained in:
@@ -6,8 +6,8 @@ using UnityEngine;
|
||||
|
||||
public class OldSavefileEncryption
|
||||
{
|
||||
public static readonly string BAZOOKA_MANAGER_KEY = "5de0d5798d4eb751e13b668c1fc5297d";
|
||||
public static readonly string BAZOOKA_MANAGER_FILE_KEY = "e74af7ba21b8b4edd0e3f1d572d63c67";
|
||||
public const string BAZOOKA_MANAGER_KEY = "5de0d5798d4eb751e13b668c1fc5297d";
|
||||
public const string BAZOOKA_MANAGER_FILE_KEY = "e74af7ba21b8b4edd0e3f1d572d63c67";
|
||||
|
||||
public static byte[] EncryptRaw(string text, string key)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user