Example #1
0
 // Token: 0x06000866 RID: 2150 RVA: 0x000A8B28 File Offset: 0x000A6D28
 public bool SetMonsterAttrData(ref MonsterAttrDataType AttrData)
 {
     return(BSInvokeUtil.DLLBSSetPVEMonsterAttr(this.m_pBSObject, AttrData));
 }
Example #2
0
 private static extern bool DLLBSSetPVEMonsterAttr(IntPtr BSObject, MonsterAttrDataType AttrData);