Example #1
0
 // Token: 0x06003766 RID: 14182 RVA: 0x000F8B14 File Offset: 0x000F6D14
 public BehaviorGroup(int id, BattleTeam team)
 {
     this.m_ID   = id;
     this.m_team = team;
     if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_ctorInt32BattleTeam_hotfix != null)
     {
         this.m_ctorInt32BattleTeam_hotfix.call(new object[]
         {
             this,
             id,
             team
         });
         return;
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
 }
Example #2
0
 // Token: 0x06003755 RID: 14165 RVA: 0x000F8A04 File Offset: 0x000F6C04
 public LuaExportHelper(BattleTeam owner)
 {
     this.m_owner = owner;
 }