10 lines
158 B
C#
10 lines
158 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Tapeti.Flow.Annotations
|
|||
|
{
|
|||
|
[AttributeUsage(AttributeTargets.Method)]
|
|||
|
public class StartAttribute : Attribute
|
|||
|
{
|
|||
|
}
|
|||
|
}
|