Add a few nullabilities and DCC excludes

This commit is contained in:
smoogipoo
2021-10-13 12:51:41 +09:00
parent e468bfb31c
commit cf10239e70
6 changed files with 15 additions and 3 deletions

View File

@ -2,6 +2,7 @@
// See the LICENCE file in the repository root for full licence text.
using System.IO;
using osu.Framework.Testing;
using osu.Game.IO;
using Realms;
@ -9,6 +10,7 @@ using Realms;
namespace osu.Game.Models
{
[ExcludeFromDynamicCompile]
[MapTo("File")]
public class RealmFile : RealmObject, IFileInfo
{