mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Automated #nullable processing
This commit is contained in:
@ -4,8 +4,6 @@
|
||||
using System;
|
||||
using osu.Game.Database;
|
||||
|
||||
#nullable enable
|
||||
|
||||
namespace osu.Game.Users
|
||||
{
|
||||
public interface IUser : IHasOnlineID<int>, IEquatable<IUser>
|
||||
|
Reference in New Issue
Block a user