mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-19 08:19:48 +08:00
8 lines
107 B
C#
8 lines
107 B
C#
namespace Vision.WindowCapture;
|
|
|
|
public enum CaptureModeEnum
|
|
{
|
|
BitBlt,
|
|
WindowsGraphicsCapture
|
|
}
|