SmoOnlineServer/Server/FlipOptions.cs

7 lines
80 B
C#
Raw Normal View History

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