mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 06:33:21 +08:00
Mark constant identifier as non-localisable
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
0ddda018fd
commit
1629c86b5d
@ -17,7 +17,7 @@ namespace osu.Game.Skinning
|
|||||||
[Serializable]
|
[Serializable]
|
||||||
public class SkinLayoutInfo
|
public class SkinLayoutInfo
|
||||||
{
|
{
|
||||||
private const string global_identifier = "global";
|
private const string global_identifier = @"global";
|
||||||
|
|
||||||
public IEnumerable<SerialisedDrawableInfo> AllDrawables => DrawableInfo.Values.SelectMany(v => v);
|
public IEnumerable<SerialisedDrawableInfo> AllDrawables => DrawableInfo.Values.SelectMany(v => v);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user