mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Sorting usings (#2487)
Seems like this has come up a few times so here is a commit to sort this out. We shouldn't have to worry about the order of the using, we should just let plugins automatically sort them. They are sorted into alphabetical order expect for system becase we have `dotnet_sort_system_directives_first = true` enabled in `.editorconfig`
This commit is contained in:
parent
a51ee1fa3b
commit
2b91a3049b
@ -1,10 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using kcp2k;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
using UnityEngine.Serialization;
|
||||
using kcp2k;
|
||||
|
||||
namespace Mirror
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user