mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Items/] Add descriptors to each class
This commit is contained in:
@@ -14,6 +14,9 @@ using NaturalSort;
|
||||
|
||||
namespace SabreTools.Library.Items
|
||||
{
|
||||
/// <summary>
|
||||
/// Base class for all items included in a set
|
||||
/// </summary>
|
||||
public abstract class DatItem : IEquatable<DatItem>, IComparable<DatItem>, ICloneable
|
||||
{
|
||||
#region Protected instance variables
|
||||
|
||||
Reference in New Issue
Block a user