mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-08-13 02:39:03 +00:00
13 lines
100 B
TypeScript
13 lines
100 B
TypeScript
|
|
||
|
|
||
|
export default class GAttackBullet {
|
||
|
|
||
|
//创建子弹
|
||
|
static create(){
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
|