riversong code showcase
This commit is contained in:
15
Source/Riversong/Game/World/Production/RecipeDefinition.cs
Normal file
15
Source/Riversong/Game/World/Production/RecipeDefinition.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
[CreateAssetMenu(fileName = "RecipeDefinition", menuName = "Riversong Code Showcase/Recipe Definition")]
|
||||
public class RecipeDefinition : GameDataAsset
|
||||
{
|
||||
public List<ProductAmountAuthoring> Inputs;
|
||||
|
||||
public ProductAmountAuthoring Output;
|
||||
|
||||
public int ProductionTime;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user