We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb9b94 commit e8552a3Copy full SHA for e8552a3
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