mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(ALD): is hierarchic.
This commit is contained in:
parent
b8aca69978
commit
533f66834c
@ -37,7 +37,7 @@ namespace GameRes.Formats.AliceSoft
|
||||
public override string Tag { get { return "ALD"; } }
|
||||
public override string Description { get { return "AliceSoft System engine resource archive"; } }
|
||||
public override uint Signature { get { return 0; } }
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool IsHierarchic { get { return true; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
@ -83,5 +83,3 @@ namespace GameRes.Formats.AliceSoft
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user