mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 10:22:56 +08:00
Fix typo in xmldocs
This commit is contained in:
parent
a4d17a915f
commit
0cd29a73b9
@ -25,13 +25,13 @@ namespace osu.Game.Skinning
|
||||
public abstract class Skin : IDisposable, ISkin
|
||||
{
|
||||
/// <summary>
|
||||
/// A texture store which can be used to perform user file loops for this skin.
|
||||
/// A texture store which can be used to perform user file lookups for this skin.
|
||||
/// </summary>
|
||||
[CanBeNull]
|
||||
protected TextureStore Textures { get; }
|
||||
|
||||
/// <summary>
|
||||
/// A sample store which can be used to perform user file loops for this skin.
|
||||
/// A sample store which can be used to perform user file lookups for this skin.
|
||||
/// </summary>
|
||||
[CanBeNull]
|
||||
protected ISampleStore Samples { get; }
|
||||
|
Loading…
Reference in New Issue
Block a user