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,22 +1,9 @@
|
|||
namespace RHLauncher.PCK
|
||||
namespace RHLauncher.RHLauncher.PCK
|
||||
{
|
||||
public class PCKFileNode
|
||||
{
|
||||
public string Name { get; private set; }
|
||||
public PCKFile PCKFile { get; set; }
|
||||
public bool IsDir { get { return PCKFile == null; } }
|
||||
public SortedDictionary<string, PCKFileNode> Nodes { get; set; }
|
||||
|
||||
private bool isChecked;
|
||||
public bool IsChecked
|
||||
{
|
||||
get { return isChecked; }
|
||||
set
|
||||
{
|
||||
isChecked = value;
|
||||
if (PCKFile != null) PCKFile.IsChecked = isChecked;
|
||||
}
|
||||
}
|
||||
|
||||
public PCKFileNode(string name, PCKFile file)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue