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