Decision Engine section

This commit is contained in:
Anthony Leland 2020-10-30 05:23:31 -04:00
parent 2993056967
commit 31024f9fc5
8 changed files with 76 additions and 25 deletions

View file

@ -7,8 +7,8 @@ namespace Servo.MotiveEngine
const int NAX_MOOD = 600;
const int MAX_MOTIVE = 100;
public Motives(int hunger, int bladder, int fun, int energy,
int environment, int social)
public Motives(int hunger, int bladder, int fun,
int energy, int environment, int social)
{
Hunger = hunger;
Bladder = bladder;