事件 注释

This commit is contained in:
King Wang 2021-12-06 23:56:13 +08:00
parent 786d414843
commit 4c95908c99

View File

@ -95,7 +95,13 @@ export class GameSystem {
} }
} }
// Events (Game Push) /*
*
*
*
*
*/
// 发射箭矢
onNewArrow: ((arrow: ArrowState) => void)[] = []; onNewArrow: ((arrow: ArrowState) => void)[] = [];
} }