Player.h 88 B

123456789101112
  1. #pragma once
  2. #include "Entity.h"
  3. class Player : public Entity
  4. {
  5. private:
  6. public:
  7. };