riversong code showcase
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public enum IntentExecutionState
|
||||
{
|
||||
WaitingIntent,
|
||||
|
||||
ExecutingIntent,
|
||||
|
||||
EmptyQueue
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user