9 lines
165 B
C++
9 lines
165 B
C++
// Copyright Pacificao. All Rights Reserved.
|
|
|
|
#include "AgrarianRecipeDataAsset.h"
|
|
|
|
FName UAgrarianRecipeDataAsset::GetRecipeId() const
|
|
{
|
|
return Recipe.RecipeId;
|
|
}
|