Skip to content

Commit 39000ea

Browse files
Change access modifiers for backend enabled functions
1 parent 1e446a3 commit 39000ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Packages/com.unity.inputsystem/InputSystem/Runtime/InputAnalytics.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ internal static class InputAnalytics
1010
{
1111
public const string kVendorKey = "unity.input";
1212

13-
public static Func<bool> IsNewSystemBackendsEnabled { get; set; }
14-
public static Func<bool> IsOldSystemBackendsEnabled { get; set; }
13+
internal static Func<bool> IsNewSystemBackendsEnabled { get; set; }
14+
internal static Func<bool> IsOldSystemBackendsEnabled { get; set; }
1515

1616
// Struct similar to AnalyticInfo for simplifying usage.
1717
public struct InputAnalyticInfo

0 commit comments

Comments
 (0)