mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:05:39 +02:00
Fixed: raw data to db
This commit is contained in:
@@ -81,6 +81,12 @@ internal class Globals
|
||||
public static string LastLogLocation = ""; // Last used log location
|
||||
public static bool RotateLogs = false; // Rotate logs true/false
|
||||
|
||||
public static float LastFrameTime = 0f; // Last recorded frame time
|
||||
public static float LastFrameDelay = 0f; // Last recorded frame time
|
||||
|
||||
public static string[] arrGUILogHistory; // Log history for GUI
|
||||
public static string[] arrMySQLSendBuffer; // MySQL send buffer
|
||||
|
||||
public static CurrentMissionClass CurrentMission = new CurrentMissionClass(); // Actual mission information single ton
|
||||
|
||||
public static HardwareMonitorClass HardwareMonitor = new HardwareMonitorClass(); // Hardware monitor singleton
|
||||
|
||||
Reference in New Issue
Block a user