Files
Leviathan/Client/Game/game/GameSystem/SSelectedAvatarInfo.cpp
T
2026-06-01 12:46:52 +02:00

9 lines
151 B
C++

#include "stdafx.h"
#include "SSelectedAvatarInfo.h"
sSelectedAvatarInfo& GetSelectedAvatarInfo()
{
static sSelectedAvatarInfo info;
return info;
}