Ejemplo n.º 1
0
 public void AddBehaviour(IImpactBehaviour b)
 {
     behaviour.Add(b);
 }
Ejemplo n.º 2
0
 public void AddBehaviour(IImpactBehaviour b)
 {
     behaviour.Add(b);
 }
Ejemplo n.º 3
0
 public Throwable(string n, string t, IImpactBehaviour b)
 {
     name = n;
     type = t;
     behaviour.Add(b);
 }
Ejemplo n.º 4
0
 public Throwable(string n, string t, IImpactBehaviour b)
 {
     name = n;
     type = t;
     behaviour.Add(b);
 }