C .
ODE
G
AMELET
Project Code
OPEN
CgEventsEngine
Focus Issue
.events 檔案包含未註冊的Action / Check / Trigger 不會引起任何Error
gamtable opened 8 months ago 3
另外,CGEventsEngine可以考慮加入Decorator (https://www.typescriptlang.org/docs/handbook/decorators.html)
```typescript
@CGEventsEngineManaged
class MyTrigger extends CgTrigger {
 // ignored
}
```
這樣就不用手動registerAction / Check / Trigger
事件表如果有類似這個的東西加在事件頭頂,應該就能變得很靈活了,例如方便地在事件執行的各種時點寫log
Items per page:
1 - 2 of 3
ⒸCode.Gamelet.com | Privacy Policy | Terms of Service