Add item data assets and building placement foundation

This commit is contained in:
2026-05-11 00:54:19 -07:00
parent a8f722d980
commit e81138425b
13 changed files with 389 additions and 8 deletions
@@ -0,0 +1,8 @@
// Copyright Pacificao. All Rights Reserved.
#include "AgrarianRecipeDataAsset.h"
FName UAgrarianRecipeDataAsset::GetRecipeId() const
{
return Recipe.RecipeId;
}