This commit is contained in:
aozhiwei 2023-04-07 21:05:54 +08:00
parent 2910f03bc4
commit 47b863f60d

View File

@ -14,6 +14,7 @@ class Explosion;
class Entity
{
public:
bool removing = false;
long long delete_frameno = 0;
Entity();