We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ff5cc commit 96ac3ceCopy full SHA for 96ac3ce
Intersect.Client.Framework/Gwen/ControlInternal/Dragger.cs
@@ -17,8 +17,8 @@ public partial class Dragger : Base
17
protected Point mHoldPos;
18
19
//Sound Effects
20
- protected readonly Dictionary<ButtonSoundState, string> _stateSoundNames = [];
21
- protected DateTime _ignoreMouseUpSoundsUntil;
+ private readonly Dictionary<ButtonSoundState, string> _stateSoundNames = [];
+ private DateTime _ignoreMouseUpSoundsUntil;
22
23
private IGameTexture? mClickedImage;
24
private string? mClickedImageFilename;
0 commit comments