Skip to content

Commit e722013

Browse files
sorted useings
1 parent 063351c commit e722013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit-Examples/Demos/Boundary/Scripts/BoundaryIndicatorDemo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

4-
using System.Collections.Generic;
54
using Microsoft.MixedReality.Toolkit.Internal.Definitions.BoundarySystem;
65
using Microsoft.MixedReality.Toolkit.Internal.EventDatum.Boundary;
76
using Microsoft.MixedReality.Toolkit.Internal.Interfaces.BoundarySystem;
87
using Microsoft.MixedReality.Toolkit.Internal.Managers;
8+
using System.Collections.Generic;
99
using UnityEngine;
1010
using UnityEngine.Experimental.XR;
1111

0 commit comments

Comments
 (0)