7 lines
304 B
C#
7 lines
304 B
C#
// <copyright file="GlobalUsings.cs" company="MUnique">
|
|
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
|
|
// </copyright>
|
|
|
|
#pragma warning disable SA1200 // Using directives should be placed correctly
|
|
|
|
global using MUnique.OpenMU.Network.Properties; |