Main/System/PhantasmPavilion/AvatarCell.cs @@ -56,6 +56,7 @@ { if (m_button == null) { LoadPrefab(); m_button = this.GetComponent<ButtonEx>("AvatarCell/Img_BG"); } return m_button;