Exemplo n.º 1
0
 public Crushable(Actor self, CrushableInfo info)
 {
     this.self = self;
     this.info = info;
 }