mirror of
https://github.com/SabreTools/SabreTools.Skippers.git
synced 2026-07-08 18:06:10 +00:00
11 lines
114 B
C#
11 lines
114 B
C#
namespace Headerer
|
|
{
|
|
internal enum Feature
|
|
{
|
|
NONE = 0,
|
|
|
|
Extract,
|
|
Restore,
|
|
}
|
|
}
|