0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-10 13:45:06 +00:00
SmoOnlineServer/Server/FlipOptions.cs

7 lines
80 B
C#
Raw Normal View History

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