summaryrefslogtreecommitdiff
path: root/Thronefall_v1.0/Thronefall/I2.Loc/TranslationFlag.cs
blob: c2c705ba8e8b141dec4485eeb426346f3a4a5c22 (plain)
1
2
3
4
5
6
7
namespace I2.Loc;

public enum TranslationFlag : byte
{
	Normal = 1,
	AutoTranslated
}