mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add xmldoc note about Skill
potentially being memory expensive
This commit is contained in:
@ -11,6 +11,10 @@ namespace osu.Game.Rulesets.Difficulty.Skills
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// A bare minimal abstract skill for fully custom skill implementations.
|
/// A bare minimal abstract skill for fully custom skill implementations.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This class should be considered a "processing" class and not persisted, as it keeps references to
|
||||||
|
/// gameplay objects after processing is run (see <see cref="Previous"/>).
|
||||||
|
/// </remarks>
|
||||||
public abstract class Skill
|
public abstract class Skill
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user