PlayerStatsData.cs 601 B

12345678910111213141516171819202122232425
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.1
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. using System;
  11. public class PlayerStatsData
  12. {
  13. public int userId;
  14. public string nick;
  15. public TeamUtil.Team team;
  16. public int kill;
  17. public int death;
  18. public int station;
  19. public PlayerStatsData ()
  20. {
  21. }
  22. }