Ejemplo n.º 1
0
 public Belief(string name, BeliefTypes type)
 {
     Name = name;
     Type = type;
 }
Ejemplo n.º 2
0
 public Belief(BeliefTypes type, bool dominate)
 {
     BeliefType = type;
     Dominate   = dominate;
 }