Added the API Power

This commit is contained in:
Rocket
2020-05-11 12:59:21 -05:00
parent b6417d0718
commit df02855471
15 changed files with 171 additions and 96 deletions

View File

@@ -73,5 +73,10 @@
/// <c>electronize add HostHook</c>
/// </summary>
public static HostHook HostHook { get { return HostHook.Instance; } }
/// <summary>
/// Allows you to execute native Lock and Unlock process.
/// </summary>
public static PowerMonitor PowerMonitor { get { return PowerMonitor.Instance; } }
}
}