Skip to content

Instantly share code, notes, and snippets.

@BobGneu
Last active January 27, 2019 00:02
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 BobGneu/a980beb8c72a2e1112679e1189c0373b to your computer and use it in GitHub Desktop.
Save BobGneu/a980beb8c72a2e1112679e1189c0373b to your computer and use it in GitHub Desktop.
RPH Plugin - Plugin Attribute - 1
[assembly: Rage.Attributes.Plugin("RPHDemo", Description = "This is a demo plugin", Author = "Bob Chatman - @Bob@mastodon.gamedev.place")]
namespace RPHDemo
{
public class HelloWorld
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment