Files
Project-Reboot-3.0/Project Reboot 3.0/PlayerState.h
2023-03-22 21:57:17 -04:00

9 lines
102 B
C++

#pragma once
#include "Actor.h"
class APlayerState : public AActor
{
public:
int& GetPlayerID();
};