7 lines
108 B
C#
7 lines
108 B
C#
namespace QuestionableCompanion.Models;
|
|
|
|
public enum SequenceType
|
|
{
|
|
QuestionableProfile,
|
|
InternalAction
|
|
}
|