Skip to content

Instantly share code, notes, and snippets.

@BobGneu
Created January 30, 2019 08:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BobGneu/aeb03df8b395a351aa19ae8825dd6df8 to your computer and use it in GitHub Desktop.
Save BobGneu/aeb03df8b395a351aa19ae8825dd6df8 to your computer and use it in GitHub Desktop.
LSPDFR Plugin - Initial Plugin
namespace LSPDFRDemo
{
using LSPD_First_Response.Mod.API;
using Rage;
public class LSPDFRDemoPlugin : Plugin
{
public override void Initialize()
{
Game.DisplaySubtitle("Initialize");
}
public override void Finally()
{
Game.LogTrivial("Finally");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment