mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +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
|
public abstract class Skin : IDisposable, ISkin
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
[CanBeNull]
|
[CanBeNull]
|
||||||
protected TextureStore Textures { get; }
|
protected TextureStore Textures { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
[CanBeNull]
|
[CanBeNull]
|
||||||
protected ISampleStore Samples { get; }
|
protected ISampleStore Samples { get; }
|
||||||
|
Loading…
Reference in New Issue
Block a user