osu/osu.Game/Beatmaps/ControlPoints
Dan Balasescu f86e9c9a4a
Also annotate ControlPointInfo
Same deal with this class. Fully qualifying the type names because this
has `#nullable disable` and makes use of `NotNull` which is also present
in the `System.Diagnostics.CodeAnalysis` namespace and AAAAAAARGH
NAMESPACE CONFLICTS.
2024-06-17 17:13:44 +09:00
..
ControlPoint.cs Annotate ControlPoint and Mod for AOT trimming support 2024-06-17 16:19:33 +09:00
ControlPointGroup.cs
ControlPointInfo.cs Also annotate ControlPointInfo 2024-06-17 17:13:44 +09:00
DifficultyControlPoint.cs
EffectControlPoint.cs
IControlPoint.cs
SampleControlPoint.cs
TimingControlPoint.cs