Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
677 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. //=============================================================================
  4. #include "cbase.h"
  5. #include "tf_player.h"
  6. #include "tf_playerclass.h"
  7. //-----------------------------------------------------------------------------
  8. // Purpose: Constructor
  9. //-----------------------------------------------------------------------------
  10. CTFPlayerClass::CTFPlayerClass()
  11. {
  12. }
  13. //-----------------------------------------------------------------------------
  14. // Purpose: Deconstructor
  15. //-----------------------------------------------------------------------------
  16. CTFPlayerClass::~CTFPlayerClass()
  17. {
  18. }