Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Content.Client.DragDrop
|
||||
/// If for any reason the drag is ended, OnEndDrag is invoked.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">thing being dragged and dropped</typeparam>
|
||||
public class DragDropHelper<T>
|
||||
public sealed class DragDropHelper<T>
|
||||
{
|
||||
private const float DefaultDragDeadzone = 2f;
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace Content.Client.DragDrop
|
||||
/// Handles clientside drag and drop logic
|
||||
/// </summary>
|
||||
[UsedImplicitly]
|
||||
public class DragDropSystem : SharedDragDropSystem
|
||||
public sealed class DragDropSystem : SharedDragDropSystem
|
||||
{
|
||||
[Dependency] private readonly IStateManager _stateManager = default!;
|
||||
[Dependency] private readonly IInputManager _inputManager = default!;
|
||||
|
||||
Reference in New Issue
Block a user