[General] Add shouldSend boolean to mwmp::Attack

0.6.1
David Cernat 8 years ago
parent c3375ba86f
commit f2e8e14665

@ -29,11 +29,16 @@ namespace mwmp
};
std::string spellId; // id of spell (e.g. "fireball")
float damage;
bool success;
bool block;
float damage;
bool pressed;
bool knockdown;
bool shouldSend;
};
struct Animation

Loading…
Cancel
Save