7 lines
90 B
Go
7 lines
90 B
Go
package fight
|
|
|
|
// RoundData 回合制游戏数据
|
|
type RoundData interface {
|
|
// 占位
|
|
}
|