#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). };