Remove usages of [ExcludeFromDynamicCompile]

This commit is contained in:
Dan Balasescu
2023-05-08 18:12:56 +09:00
parent 214bc40570
commit d2380bd840
22 changed files with 0 additions and 43 deletions

View File

@ -4,11 +4,9 @@
#nullable disable
using osu.Framework.Platform;
using osu.Framework.Testing;
namespace osu.Game.Configuration
{
[ExcludeFromDynamicCompile]
public class DevelopmentOsuConfigManager : OsuConfigManager
{
protected override string Filename => base.Filename.Replace(".ini", ".dev.ini");