LevelObject.h 78 B

12345678
  1. #pragma once
  2. class LevelObject
  3. {
  4. public:
  5. LevelObject();
  6. ~LevelObject();
  7. };