Files
met08thftirstratus/Adaptation/Shared/Properties/IDescription.cs
2022-02-14 18:41:13 -07:00

10 lines
144 B
C#

namespace Adaptation.Shared.Properties;
public interface IDescription
{
int Test { get; }
int Count { get; }
int Index { get; }
}