8 lines
112 B
C#
8 lines
112 B
C#
namespace EscapeFromTarkovCheat.Data
|
|
{
|
|
public enum Locale
|
|
{
|
|
ENGLISH,
|
|
CHINESE
|
|
}
|
|
}
|