mirror of
https://github.com/simtactics/servo.git
synced 2025-07-12 01:02:21 -04:00
Decision Engine section
This commit is contained in:
parent
2993056967
commit
31024f9fc5
8 changed files with 76 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue