SmoOnlineServer/Server/FlipOptions.cs

7 lines
80 B
C#

namespace Server;
public enum FlipOptions {
Both,
Self,
Others
}