remove old PlayerInfo

This commit is contained in:
2024-08-19 14:26:55 +02:00
parent 7948e0ce3a
commit 211533d967

View File

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