mirror of
https://github.com/JuniorDark/RustyHearts-Launcher.git
synced 2026-05-07 05:21:44 -04:00
Version 1.2.0
This commit is contained in:
parent
9b3a0e00a2
commit
e74d93fab9
83 changed files with 110087 additions and 47507 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue