Skip to content

Commit 5f3b594

Browse files
committed
set to internal properties
1 parent b41fd0d commit 5f3b594

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Assets/MixedRealityToolkit/Inspectors/Profiles/DataProviderAccessServiceInspector.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ public abstract class BaseDataProviderServiceInspector : BaseMixedRealityToolkit
1616
{
1717
protected class ServiceConfigurationProperties
1818
{
19-
public SerializedProperty componentName;
20-
public SerializedProperty componentType;
21-
public SerializedProperty providerProfile;
22-
public SerializedProperty runtimePlatform;
19+
internal SerializedProperty componentName;
20+
internal SerializedProperty componentType;
21+
internal SerializedProperty providerProfile;
22+
internal SerializedProperty runtimePlatform;
2323
}
2424

2525
protected abstract SerializedProperty GetDataProviderConfigurationList();

0 commit comments

Comments
 (0)