Merge branch 'master' into realm-key-binding-store

This commit is contained in:
Dean Herbert
2021-06-10 13:58:08 +09:00
340 changed files with 5939 additions and 2341 deletions

View File

@ -19,6 +19,11 @@ namespace osu.Game.IO
/// </summary>
IResourceStore<byte[]> Files { get; }
/// <summary>
/// Access game-wide resources.
/// </summary>
IResourceStore<byte[]> Resources { get; }
/// <summary>
/// Create a texture loader store based on an underlying data store.
/// </summary>