Skip to content

Instantly share code, notes, and snippets.

@fatihdumanli
Last active November 3, 2020 20:14
Show Gist options
  • Save fatihdumanli/67569177878de427b18c1916719e712f to your computer and use it in GitHub Desktop.
Save fatihdumanli/67569177878de427b18c1916719e712f to your computer and use it in GitHub Desktop.
ICommand interfae
namespace EventTower
{
//Marker interface for commands
public interface ICommand : IMessage
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment