js bindings

This commit is contained in:
Robin Appelman 2022-10-23 17:01:34 +02:00
commit beb9bf3aa2
18 changed files with 7985 additions and 6186 deletions

View file

@ -21,8 +21,6 @@ impl AddStvEntity {
}
}
const TEAM_PROP: SendPropIdentifier = SendPropIdentifier::new("DT_BaseEntity", "m_iTeamNum");
impl MessageMutator for AddStvEntity {
fn mutate_message(&self, message: &mut Message, state: &ParserState) {
if !self.added.get() {