Exemplo n.º 1
0
 public ActionStatus(ActionUnit owner)
 {
     _ownerUnit   = owner;
     _externForce = new ExternForce(_ownerUnit.OwnerTransform);
     //mIntParameter = new Dictionary<string, int>();
     //InitIntParameter();
 }
Exemplo n.º 2
0
 public ActionStatus(ActionUnit owner)
 {
     _ownerUnit = owner;
     _externForce = new ExternForce(_ownerUnit.OwnerTransform);
     //mIntParameter = new Dictionary<string, int>();
     //InitIntParameter();
 }