mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix some crashes on playlists when restarting, fix large team gamemode teams (kinda), added pickups to minimap
9 lines
168 B
C++
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).
|
|
}; |