诸暨麻将添加redis
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.
 
 
 
 
 
 

17 lines
345 B

  1. #include "StdAfx.h"
  2. #include "ServerCustomRule.h"
  3. //////////////////////////////////////////////////////////////////////////////////
  4. //构造函数
  5. CServerCustomRule::CServerCustomRule()
  6. {
  7. }
  8. //析构函数
  9. CServerCustomRule::~CServerCustomRule()
  10. {
  11. }
  12. //////////////////////////////////////////////////////////////////////////////////