/* java to c#语法需要
		 * @see com.kx.sglm.gs.battle.IRoundCounter#beforeBattleStart(com.kx.sglm.gs.battle.data.record.BattleRoundCountRecord)
		 */
		public virtual void beforeBattleStart(BattleRoundCountRecord roundRecord)
		{

		}
		/* java to c#语法需要
		 * @see com.kx.sglm.gs.battle.IRoundCounter#countDownRound(com.kx.sglm.gs.battle.data.record.BattleRoundCountRecord)
		 */
		public virtual void countDownRound(BattleRoundCountRecord roundRecord)
		{

		}