7 lines
95 B
C#
7 lines
95 B
C#
public enum ReliefTerrainControlTexturesItems
|
|
{
|
|
Compose = 0,
|
|
Acquire = 1,
|
|
Controlmaps = 2
|
|
}
|