mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] ExcludeFields instead of ExcludeOf
This commit is contained in:
@@ -360,9 +360,9 @@
|
||||
/// <summary>
|
||||
/// List of valid field types within a DatItem/Machine
|
||||
/// </summary>
|
||||
public enum Field
|
||||
public enum Field : int
|
||||
{
|
||||
NULL,
|
||||
NULL = 0,
|
||||
|
||||
// Generic DatItem
|
||||
Name,
|
||||
|
||||
Reference in New Issue
Block a user