float trash

This commit is contained in:
wonkyhonky2024
2025-05-09 22:20:16 +01:00
parent a28e6869f0
commit 8e1b4928a9
8 changed files with 77 additions and 10 deletions

View File

@ -0,0 +1,17 @@
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/TextBlock.h"
#include "VerifierTextBlock.generated.h"
/**
*
*/
UCLASS()
class MYPROJECT_API UVerifierTextBlock : public UTextBlock
{
GENERATED_BODY()
};