protected override void OnDelete(SQLiteConnection conn) { Base.Delete(conn); NatStats.Delete(conn); ClassChoices.Delete(conn); Skills.Delete(conn); StateRates.Delete(conn); ElementRates.Delete(conn); Relations.Delete(conn); }