// // Licensed under the MIT License. See LICENSE file in the project root for full license information. // namespace MUnique.OpenMU.GameLogic; /// /// Interface to indicate that this should be disabled by default. /// public interface IDisabledByDefault { }