Skip to content

Commit

Permalink
Regen Dota 2 proto
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Mar 10, 2013
1 parent 9439a3e commit 9e3596c
Show file tree
Hide file tree
Showing 6 changed files with 900 additions and 262 deletions.
14 changes: 14 additions & 0 deletions SteamKit2/SteamKit2/Base/Generated/GC/Dota/MatchmakerCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,19 @@ public enum DOTABotDifficulty
BOT_DIFFICULTY_INVALID = 5
}

[global::ProtoBuf.ProtoContract(Name=@"MatchLanguages")]
public enum MatchLanguages
{

[global::ProtoBuf.ProtoEnum(Name=@"MATCH_LANGUAGE_ENGLISH", Value=1)]
MATCH_LANGUAGE_ENGLISH = 1,

[global::ProtoBuf.ProtoEnum(Name=@"MATCH_LANGUAGE_RUSSIAN", Value=2)]
MATCH_LANGUAGE_RUSSIAN = 2,

[global::ProtoBuf.ProtoEnum(Name=@"MATCH_LANGUAGE_CHINESE", Value=3)]
MATCH_LANGUAGE_CHINESE = 3
}

}
#pragma warning restore 1591
Loading

0 comments on commit 9e3596c

Please sign in to comment.