诸暨麻将添加redis
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

17 行
345 B

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