13 lines
100 B
TypeScript
Raw Normal View History

2023-10-27 19:17:47 +08:00
export default class GAttackBullet {
//创建子弹
static create(){
}
}