better removal of players

This commit is contained in:
2024-08-03 15:06:33 +02:00
parent 2065ea8334
commit 282ddac80c
7 changed files with 55 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include <blitz/common/Types.h>
namespace blitz {
struct PlayerRemoveComponent {};
} // namespace blitz