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

Updated plugin attributes

This commit is contained in:
Rich Dunne 2020-09-14 15:01:53 -06:00
parent d29e38f25c
commit 9deec7d113

View file

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