Exemplo n.º 1
0
 /// <summary>
 /// Gets whether the application is running with Debug game libraries (set from commandline)
 /// </summary>
 public static bool IsRunningDebug()
 {
     return(Native_FApp.IsRunningDebug());
 }