This commit is contained in:
PC-20230316NUNE\Administrator
2023-10-27 19:17:47 +08:00
parent 7e402432dd
commit c4e6d02388
20 changed files with 163 additions and 28 deletions

View File

@@ -0,0 +1,7 @@
import GObject from "../GObject";
//子弹基类
export default class GButtleBase<T> extends GObject<T>{
setData(data:T){}
}