1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00

Added PrefersSingleInstance attribute

This commit is contained in:
Rich Dunne 2020-09-25 15:43:15 -06:00
parent 59d85e72a8
commit 13d22d218d

View file

@ -4,7 +4,7 @@ using System.Reflection;
using System.Windows.Forms; using System.Windows.Forms;
using Rage; using Rage;
[assembly: Rage.Attributes.Plugin("Scene Manager", Author = "Rich", Description = "Control your scenes with custom AI pathing and traffic barrier management.")] [assembly: Rage.Attributes.Plugin("Scene Manager", Author = "Rich", Description = "Control your scenes with custom AI pathing and traffic barrier management.", PrefersSingleInstance = true)]
namespace SceneManager namespace SceneManager
{ {