8 lines
56 B
C#
8 lines
56 B
C#
5 months ago
|
public enum Face
|
||
|
{
|
||
|
None,
|
||
|
Top,
|
||
|
Bottom,
|
||
|
Left,
|
||
|
Right
|
||
|
}
|