Exemple #1
0
 public static void ThrowStone(Pawn thrower, IntVec3 targetCell)
 {
     AdeptusFleckMaker.ThrowObjectAt(thrower, targetCell, FleckDefOf.Stone);
 }