mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
Add basic xmldoc
This commit is contained in:
parent
68aad832b0
commit
3f500131d4
@ -13,6 +13,10 @@ using osu.Game.Storyboards;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Edit
|
namespace osu.Game.Screens.Edit
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Encapsulates a <see cref="WorkingBeatmap"/> while providing an overridden <see cref="Beatmap{TObject}"/>.
|
||||||
|
/// </summary>
|
||||||
|
/// <typeparam name="TObject"></typeparam>
|
||||||
public class EditorWorkingBeatmap<TObject> : IWorkingBeatmap
|
public class EditorWorkingBeatmap<TObject> : IWorkingBeatmap
|
||||||
where TObject : HitObject
|
where TObject : HitObject
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user