mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-04 19:05:03 +00:00
7 lines
No EOL
80 B
C#
7 lines
No EOL
80 B
C#
namespace Server;
|
|
|
|
public enum FlipOptions {
|
|
Both,
|
|
Self,
|
|
Others
|
|
} |