Created : Weapon class
This commit is contained in:
parent
1645191a8e
commit
59df20c639
1
Source/LegumeMix/Private/Weapon/LMWeapon.cpp
Normal file
1
Source/LegumeMix/Private/Weapon/LMWeapon.cpp
Normal file
@ -0,0 +1 @@
|
||||
#include "Weapon/LMWeapon.h"
|
9
Source/LegumeMix/Public/Weapon/LMWeapon.h
Normal file
9
Source/LegumeMix/Public/Weapon/LMWeapon.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
|
||||
UCLASS()
|
||||
class LEGUMEMIX_API ULMWeapon : public UObject
|
||||
{
|
||||
GENERATED_BODY()
|
||||
};
|
Reference in New Issue
Block a user