✨ feat(gvg): 农庄
This commit is contained in:
10
game-server/app/services/gvg/gvgBattleService.ts
Normal file
10
game-server/app/services/gvg/gvgBattleService.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { GVGLeagueType } from "../../db/GVGLeague";
|
||||
|
||||
/**
|
||||
* TODO 获取本联军上周占领的城池
|
||||
* @param league
|
||||
* @returns number[] 城池id
|
||||
*/
|
||||
export async function getGVGCities(league: GVGLeagueType) {
|
||||
return []
|
||||
}
|
||||
Reference in New Issue
Block a user