9 lines
102 B
C#
9 lines
102 B
C#
namespace Questionable.Model.V1;
|
|
|
|
public enum EDialogChoiceType
|
|
{
|
|
None,
|
|
YesNo,
|
|
List,
|
|
}
|