예제 #1
0
 public void addBehaviour(ProjectileBehaviour b)
 {
     b.setProjectile(this);
     b.startUp();
     behaviours.Add(b);
 }