0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-04 19:05:03 +00:00
SmoOnlineServer/Server/FlipOptions.cs

7 lines
No EOL
80 B
C#

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