package com.ruoyi.study.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; /** *
* 自主游戏 前端控制器 *
* * @author 无关风月 * @since 2024-04-26 */ @Controller @RequestMapping("/tGame") public class TGameController { }