Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Packages.Rider.Editor
|
||||
{
|
||||
public class RiderScriptEditorData:ScriptableSingleton<RiderScriptEditorData>
|
||||
{
|
||||
[SerializeField] internal bool HasChanges = true; // sln/csproj files were changed
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user