forked from teamnwah/openmw-tes3coop
[General] Add shouldSend boolean to mwmp::Attack
This commit is contained in:
parent
c3375ba86f
commit
f2e8e14665
1 changed files with 6 additions and 1 deletions
|
@ -29,11 +29,16 @@ namespace mwmp
|
||||||
};
|
};
|
||||||
|
|
||||||
std::string spellId; // id of spell (e.g. "fireball")
|
std::string spellId; // id of spell (e.g. "fireball")
|
||||||
|
|
||||||
|
float damage;
|
||||||
|
|
||||||
bool success;
|
bool success;
|
||||||
bool block;
|
bool block;
|
||||||
float damage;
|
|
||||||
bool pressed;
|
bool pressed;
|
||||||
bool knockdown;
|
bool knockdown;
|
||||||
|
|
||||||
|
bool shouldSend;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Animation
|
struct Animation
|
||||||
|
|
Loading…
Reference in a new issue