mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 11:56:55 +00:00
8 lines
101 B
C#
8 lines
101 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum EGirdOrientation
|
|
{
|
|
Horizontal,
|
|
Vertical,
|
|
Tab,
|
|
}
|