mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
10 lines
113 B
C#
10 lines
113 B
C#
namespace Headerer
|
|
{
|
|
internal enum Feature
|
|
{
|
|
NONE = 0,
|
|
|
|
Extract,
|
|
Restore,
|
|
}
|
|
} |