mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-26 09:39:49 +08:00
8 lines
108 B
C#
8 lines
108 B
C#
namespace Fischless.WindowCapture;
|
|
|
|
public enum CaptureModes
|
|
{
|
|
BitBlt,
|
|
WindowsGraphicsCapture,
|
|
}
|