- ---
- --- Generated by EmmyLua(https://github.com/EmmyLua)
- --- Created by xxn.
- --- DateTime: 2021/1/7 13:37
- ---
- ---@class BehaviorEvent
- BehaviorEvent = class()
- function BehaviorEvent:ctor(BehaviorEventManager)
- self.BehaviorEventManager = BehaviorEventManager
- self:Init()
- end
|