コード例 #1
0
 public override void AddCell(IntVec3 sq)
 {
     base.AddCell(sq);
     if (slotGroup != null)
     {
         slotGroup.Notify_AddedCell(sq);
     }
 }