Add project files.
This commit is contained in:
14
Driver Easy Loader/variables.cs
Normal file
14
Driver Easy Loader/variables.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Driver_Easy_Loader
|
||||
{
|
||||
internal class variables
|
||||
{
|
||||
public static bool islicenseinstalled = false; //false by fallback
|
||||
public static bool isloaderinstalled = false; //false by fallback
|
||||
public static bool isadmin = false; //false by fallback
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user