示例#1
0
 init()
 {
     CG = new CollisionGenerator(this);
     Body b1 = new Body(this);
     b1.addEffect(CG);
 }