mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-12 13:04:33 +01:00
9 lines
118 B
C#
9 lines
118 B
C#
namespace KianaBH.Enums.Player;
|
|
|
|
public enum OperationEnum
|
|
{
|
|
And = 0,
|
|
Or = 1,
|
|
Not = 2,
|
|
Unknow = 3
|
|
} |