mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Reduce error count.
This commit is contained in:
@ -89,5 +89,5 @@ namespace osu.Game.Online.API
|
||||
|
||||
public delegate void APIFailureHandler(Exception e);
|
||||
public delegate void APISuccessHandler();
|
||||
public delegate void APISuccessHandler<T>(T content);
|
||||
public delegate void APISuccessHandler<in T>(T content);
|
||||
}
|
||||
|
Reference in New Issue
Block a user