MCPcopy
hub / github.com/feichao93/battle-city / TankFireInfo

Interface TankFireInfo

app/types/index.ts:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21/** 记录一架坦克的开火信息 */
22export interface TankFireInfo {
23 bulletCount: number
24 canFire: boolean
25 cooldown: number
26}
27
28export interface PlayerConfig {
29 color: TankColor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected