mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-27 11:54:41 +00:00
13 lines
100 B
TypeScript
13 lines
100 B
TypeScript
|
|
||
|
|
||
|
export default class GAttackBullet {
|
||
|
|
||
|
//创建子弹
|
||
|
static create(){
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
|