mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-09 00:26:11 +00:00
update
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import GObject from "../GObject";
|
||||
|
||||
//子弹基类
|
||||
export default class GButtleBase<T> extends GObject<T>{
|
||||
setData(data:T){}
|
||||
}
|
||||
|
Reference in New Issue
Block a user