Files
BusyRabbit/Source/BusyRabbit/Public/BusyPlayerState.h
2025-07-09 01:08:35 +08:00

25 lines
443 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "LuaPlayerState.h"
#include "BusyPlayerState.generated.h"
/**
*
*/
UCLASS()
class BUSYRABBIT_API ABusyPlayerState : public ALuaPlayerState
{
GENERATED_BODY()
public:
ABusyPlayerState();
public:
UPROPERTY(EditDefaultsOnly, BlueprintReadWrite)
TObjectPtr<class UInventoryComponent> Inventory; // ²Ö¿â
};