Helper.h 198 B

123456789101112131415
  1. // Fill out your copyright notice in the Description page of Project Settings.
  2. #pragma once
  3. #include "CoreMinimal.h"
  4. /**
  5. *
  6. */
  7. class TETREESEDEMO_API Helper
  8. {
  9. public:
  10. Helper();
  11. ~Helper();
  12. };