mirror of
https://github.com/Theaninova/BeatLanguageMapper.git
synced 2026-01-21 09:23:02 +00:00
Initial Commit!
いきますよ!
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
|
||||
By Rama
|
||||
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Runtime/Engine/Classes/Components/InstancedStaticMeshComponent.h"
|
||||
#include "VictoryISM.generated.h"
|
||||
|
||||
UCLASS()
|
||||
class AVictoryISM : public AActor
|
||||
{
|
||||
GENERATED_BODY()
|
||||
public:
|
||||
|
||||
AVictoryISM(const FObjectInitializer& ObjectInitializer);
|
||||
|
||||
UPROPERTY(Category = "Joy ISM", VisibleAnywhere, BlueprintReadOnly, meta = (AllowPrivateAccess = "true"))
|
||||
UInstancedStaticMeshComponent* Mesh;
|
||||
|
||||
//~~~~~~~~~~~~~
|
||||
// ISM
|
||||
//~~~~~~~~~~~~~
|
||||
public:
|
||||
virtual void BeginPlay() override;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user