mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 17:27:48 +08:00
10 lines
151 B
C#
10 lines
151 B
C#
using System;
|
|
namespace osu.Game.Configuration
|
|
{
|
|
public class HiddenAttribute
|
|
{
|
|
public HiddenAttribute()
|
|
{
|
|
}
|
|
}
|
|
} |