artifactFumoTableRepo.cs 237 B

123456789101112
  1. // Generate By EToy
  2. // Don't Edit It!!
  3. using XGame.Framework.Database;
  4. namespace XGame.Database
  5. {
  6. public partial class artifactFumoTableRepo : TableRepository<artifactFumoTable, artifactFumoTableRepo>
  7. {
  8. }
  9. }