Skip to content

Commit 153da30

Browse files
committed
unity project scope should be mandatory
1 parent 945edd7 commit 153da30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resharper/resharper-unity/src/CSharp/Feature/Services/LiveTemplates/Scope/InUnityCSharpProject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace JetBrains.ReSharper.Plugins.Unity.CSharp.Feature.Services.LiveTemplate
1010
// other scope points. A template can declare that it requires this scope point, and
1111
// the template will only be made available if a ScopeProvider "publishes" this scope
1212
// point based on the current context (e.g. the project is a Unity project)
13-
public class InUnityCSharpProject : InLanguageSpecificProject
13+
public class InUnityCSharpProject : InLanguageSpecificProject, IMandatoryScopePoint
1414
{
1515
private static readonly Guid DefaultUID = new Guid("B37325A3-4F0A-405B-8A5C-00ECA4ED3B30");
1616
private static readonly Guid QuickUID = new Guid("D32F297F-E422-4612-839A-FE76D9914B34");

0 commit comments

Comments
 (0)