Пример #1
0
 public LangElement(string Key, LangElementType Type, object DefaultValue)
 {
     mKey = Key;
     mType = Type;
     CurrentValue = DefaultValue;
     mUserConfigured = false;
 }
Пример #2
0
 public LangElement(string Key, LangElementType Type, object DefaultValue)
 {
     mKey            = Key;
     mType           = Type;
     CurrentValue    = DefaultValue;
     mUserConfigured = false;
 }