2025-01-20 14:05:21 -06:00

9 lines
142 B
C++

#pragma once
#include "LocalInstance.h"
#include "Player.h"
namespace Instances
{
static std::map<int, MemoryAccess::Player*> PlayerList;
}