mirror of
https://github.com/myawired/2025-RecRoom-Server-E12354.git
synced 2026-07-18 00:21:15 +10:00
13 lines
402 B
C#
13 lines
402 B
C#
namespace Rec_rewild_live_rewrite.api.server.Classes
|
|
{
|
|
public class Amplitude2023
|
|
{
|
|
public string? AmplitudeKey { get; set; }
|
|
public bool? UseRudderStack { get; set; }
|
|
public string? RudderStackKey { get; set; }
|
|
public bool? UseStatSig { get; set; }
|
|
public string? StatSigKey { get; set; }
|
|
public int? StatSigEnvironment { get; set; }
|
|
}
|
|
}
|