baseline: OpenMU upstream b5a0961 (fresh source)
This commit is contained in:
12
src/GameLogic/IDisabledByDefault.cs
Normal file
12
src/GameLogic/IDisabledByDefault.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// <copyright file="IDisabledByDefault.cs" company="MUnique">
|
||||
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
|
||||
// </copyright>
|
||||
|
||||
namespace MUnique.OpenMU.GameLogic;
|
||||
|
||||
/// <summary>
|
||||
/// Interface to indicate that this should be disabled by default.
|
||||
/// </summary>
|
||||
public interface IDisabledByDefault
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user