rpftool/RPFTool/keyHolder.cs

17 lines
343 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RPFTool
{
class keyHolder
{
public static byte[] rdrKey;
public static byte[] mp3Key_xbox;
public static byte[] mcKey;
public static byte[] gtaVKey;
}
}