mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-16 08:25:20 +01:00
12 lines
121 B
C#
12 lines
121 B
C#
namespace MoleMole
|
|
{
|
|
public enum E_IslandCameraOut
|
|
{
|
|
None = 0,
|
|
Left = 1,
|
|
Top = 2,
|
|
Right = 4,
|
|
Bottom = 8
|
|
}
|
|
}
|