Created : Weapon class

This commit is contained in:
sSebster 2025-01-20 14:15:06 +01:00
parent 1645191a8e
commit 59df20c639
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
#include "Weapon/LMWeapon.h"

View File

@ -0,0 +1,9 @@
#pragma once
#include "CoreMinimal.h"
UCLASS()
class LEGUMEMIX_API ULMWeapon : public UObject
{
GENERATED_BODY()
};