Ejemplo n.º 1
0
 public npcProfile(string n1, string n2, npcType type, int no)
 {
     firstName   = n1;
     surName     = n2;
     occupation  = type;
     crimeRecord = no;
 }
Ejemplo n.º 2
0
 if (!UpdateWalking(elapsedTime, entity, npcType, location, ref move))
 {
     return;