generated from Persson-dev/Godot-Xmake
begin network
This commit is contained in:
11
src/PlayerInfo.h
Normal file
11
src/PlayerInfo.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <godot_cpp/variant/string.hpp>
|
||||
|
||||
namespace blitz {
|
||||
|
||||
struct PlayerInfo {
|
||||
godot::String m_Name;
|
||||
};
|
||||
|
||||
} // namespace blitz
|
||||
Reference in New Issue
Block a user