mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
10 lines
151 B
C#
10 lines
151 B
C#
using System;
|
|
namespace osu.Game.Configuration
|
|
{
|
|
public class HiddenAttribute
|
|
{
|
|
public HiddenAttribute()
|
|
{
|
|
}
|
|
}
|
|
} |