public void SetPlayer(TDCCreatureController owner)
 {
     m_OwnerController = owner;
     m_OwnerEnity = owner.GetEntity();
     LoadAllSlots();
     this.GetComponentInChildren<CUIGridLayout>().enabled = false;
     this.GetComponentInChildren<ContentSizeFitter>().enabled = false;
 }