Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ProfileData.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13sealed class ProfileData
14{
15 float FPS;
16 float FrameTimeMs;
17 float RenderTimeMs;
18 float GPUTimeMs;
19 float SimulationTimeMs;
20 private void ProfileData();
21 private void ~ProfileData();
22
23}
24