Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IntRgbGameValueTracker.cs
Go to the documentation of this file.
1
using
Newtonsoft.Json.Linq;
2
3
namespace
ReLogic.Peripherals.RGB
;
4
5
public
class
IntRgbGameValueTracker
:
ARgbGameValueTracker
<int>
6
{
7
protected
override
void
WriteValueToData
(JObject data)
8
{
9
data.Add(
"value"
, JToken.op_Implicit(
_currentValue
));
10
}
11
}
ReLogic.Peripherals.RGB.ARgbGameValueTracker< int >::_currentValue
TValueType _currentValue
Definition
ARgbGameValueTracker.cs:41
ReLogic.Peripherals.RGB.ARgbGameValueTracker
Definition
ARgbGameValueTracker.cs:38
ReLogic.Peripherals.RGB.IntRgbGameValueTracker.WriteValueToData
override void WriteValueToData(JObject data)
Definition
IntRgbGameValueTracker.cs:7
ReLogic.Peripherals.RGB.IntRgbGameValueTracker
Definition
IntRgbGameValueTracker.cs:6
ReLogic.Peripherals.RGB
Definition
CorsairAccessMode.cs:1
source
ReLogic
ReLogic.Peripherals.RGB
IntRgbGameValueTracker.cs
Generated by
1.10.0