13 lines
174 B
C#
13 lines
174 B
C#
|
namespace NibblePoker.Flemmotron.Commons;
|
|||
|
|
|||
|
public interface IExecutor {
|
|||
|
|
|||
|
/*#region Properties
|
|||
|
|
|||
|
public readonly List<Task> prerequisiteTasks;
|
|||
|
|
|||
|
|
|||
|
#endregion*/
|
|||
|
|
|||
|
}
|