Version 1.2.0

This commit is contained in:
Junior 2024-01-04 22:59:30 -03:00
parent 9b3a0e00a2
commit e74d93fab9
83 changed files with 110087 additions and 47507 deletions

View file

@ -1,4 +1,4 @@
namespace RHLauncher.PCK
namespace RHLauncher.RHLauncher.PCK
{
public class PCKFile
{
@ -12,10 +12,6 @@
public long Offset { get; private set; }
public bool IsChecked { get; set; }
public string[] PathElements { get { return Name.Split(new char[] { '\\' }); } }
public PCKFile(string name, byte archive, int size, uint hash, long offset)
{
Name = name;