riversong code showcase
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
[Serializable]
|
||||
public class PopulationNeedAuthoring
|
||||
{
|
||||
public PopulationNeedType Type;
|
||||
|
||||
public ProductDefinition Product;
|
||||
|
||||
public int HappinessScore = 20;
|
||||
|
||||
public int ConsumptionRate;
|
||||
|
||||
public int FetchThreshold;
|
||||
|
||||
public int YieldOnFetch;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user