Files
Project-Reboot-3.0/Project Reboot 3.0/PlayerState.h
Milxnor b8275e37f8 a bit
fix some crashes on playlists when restarting, fix large team gamemode teams (kinda), added pickups to minimap
2023-04-23 16:09:56 -04:00

9 lines
168 B
C++

#pragma once
#include "Actor.h"
class APlayerState : public AActor
{
public:
int& GetPlayerID(); // for future me to deal with (this is a short on some versions).
};