// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Microsoft.MixedReality.Toolkit { /// /// Generic interface for all optional Mixed Reality systems, components, or features that can be added to the /// public interface IMixedRealityExtensionService : IMixedRealityService { // Empty for now, but it is used to filter out the valid class types in the inspector dropdown. } }