remove old PlayerInfo

This commit is contained in:
2024-08-19 14:26:55 +02:00
parent ed218a19dd
commit 472f66d184

View File

@@ -1,11 +0,0 @@
#pragma once
#include <godot_cpp/variant/string.hpp>
namespace blitz {
struct PlayerInfo {
godot::String m_Name;
};
} // namespace blitz