PlayerHero.cs 141 B

1234567
  1. namespace NetServer.MongoDB.DBData;
  2. public class PlayerHero
  3. {
  4. public int heroId { get; set; }
  5. public int heroLevel{ get; set; }
  6. }