Commit Description:
Add issue.
Commit Description:
Add issue.
Show/Diff file:
Action:
encompass-cs/encompass-cs/IMessage.cs
7 lines | 166 B | text/x-csharp | CSharpLexer
namespace Encompass
{
/// <summary>
/// Structs that implement IMessage are considered to be Messages.
/// </summary>
public interface IMessage { }
}