11 lines
155 B
C#
11 lines
155 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public enum IntentExecutionResult
|
|
{
|
|
InProgress,
|
|
|
|
Failure,
|
|
|
|
Success
|
|
}
|
|
} |