Skip to content

Instantly share code, notes, and snippets.

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