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

7 lines
80 B
C#
Raw Normal View History

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