mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(SubDirEntry): class is defined as part of GameRes filesystem layer now.
This commit is contained in:
parent
460f6b4447
commit
6e9f5f7378
11
ViewModel.cs
11
ViewModel.cs
@ -39,17 +39,6 @@ using GARbro.GUI.Strings;
|
||||
|
||||
namespace GARbro.GUI
|
||||
{
|
||||
public class SubDirEntry : GameRes.Entry
|
||||
{
|
||||
public override string Type { get { return "directory"; } }
|
||||
|
||||
public SubDirEntry (string name)
|
||||
{
|
||||
Name = name;
|
||||
Size = 0;
|
||||
}
|
||||
}
|
||||
|
||||
public class DirectoryViewModel : ObservableCollection<EntryViewModel>
|
||||
{
|
||||
public string Path { get; private set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user