Files
vRp.CD2g_test/game/fight/round_data.go

7 lines
90 B
Go

package fight
// RoundData 回合制游戏数据
type RoundData interface {
// 占位
}