mirror of
https://github.com/MUnique/OpenMU
synced 2026-08-15 14:32:19 -04:00
10 lines
456 B
C#
10 lines
456 B
C#
// <copyright file="AssemblyInfo.cs" company="MUnique">
|
|
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
|
|
// </copyright>
|
|
|
|
using System.Reflection;
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
// set of attributes. Change these attribute values to modify the information
|
|
// associated with an assembly.
|
|
[assembly: AssemblyTitle("MUnique.OpenMU.AttributeSystem.Test")]
|