Skip to content

Instantly share code, notes, and snippets.

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