예제 #1
0
 public Crushable(Actor self, CrushableInfo info)
 {
     this.self = self;
     this.info = info;
 }