9 lines
37 B
C#
9 lines
37 B
C#
5 months ago
|
|
||
|
public enum Side
|
||
|
{
|
||
|
L,
|
||
|
R,
|
||
|
T,
|
||
|
B
|
||
|
}
|