mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 10:47:28 +08:00
Documented Mod class
This commit is contained in:
parent
a67bfacb19
commit
64b0f85b89
@ -7,6 +7,9 @@ using osu.Game.Graphics;
|
||||
|
||||
namespace osu.Game.Modes
|
||||
{
|
||||
/// <summary>
|
||||
/// The base class for gameplay modifiers.
|
||||
/// </summary>
|
||||
public abstract class Mod
|
||||
{
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user