missing type yo

master
Jordan Orelli 8 years ago
parent 7e088dfe61
commit 4eee79ee21

@ -29,6 +29,7 @@ var (
"EBaseEntityMessages": true, "EBaseEntityMessages": true,
"EBaseGameEvents": true, "EBaseGameEvents": true,
"EDotaUserMessages": true, "EDotaUserMessages": true,
"ETEProtobufIds": true,
} }
prefixes = map[string]string{ prefixes = map[string]string{
"EDemoCommands_DEM_": "CDemo", "EDemoCommands_DEM_": "CDemo",

@ -148,6 +148,7 @@ var entFactory = protoFactory{
210: func() proto.Message { return new(dota.CMsgSosSetSoundEventParams) }, 210: func() proto.Message { return new(dota.CMsgSosSetSoundEventParams) },
211: func() proto.Message { return new(dota.CMsgSosSetLibraryStackFields) }, 211: func() proto.Message { return new(dota.CMsgSosSetLibraryStackFields) },
212: func() proto.Message { return new(dota.CMsgSosStopSoundEventHash) }, 212: func() proto.Message { return new(dota.CMsgSosStopSoundEventHash) },
400: func() proto.Message { return new(dota.CMsgTEEffectDispatch) },
465: func() proto.Message { return new(dota.CDOTAUserMsg_AIDebugLine) }, 465: func() proto.Message { return new(dota.CDOTAUserMsg_AIDebugLine) },
466: func() proto.Message { return new(dota.CDOTAUserMsg_ChatEvent) }, 466: func() proto.Message { return new(dota.CDOTAUserMsg_ChatEvent) },
467: func() proto.Message { return new(dota.CDOTAUserMsg_CombatHeroPositions) }, 467: func() proto.Message { return new(dota.CDOTAUserMsg_CombatHeroPositions) },

Loading…
Cancel
Save