Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Last active September 9, 2017 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sthewissen/9a5c5325dccb8c62d0e3168911bec98e to your computer and use it in GitHub Desktop.
Save sthewissen/9a5c5325dccb8c62d0e3168911bec98e to your computer and use it in GitHub Desktop.
public class CatEffect : RoutingEffect
{
public CatEffect () : base ("SuperAwesome.CatEffect")
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment