客户端rsa,冗余清理,bug修复,安卓build问题
This commit is contained in:
@@ -7,4 +7,11 @@ public class sonItemPrefab : MonoBehaviour
|
||||
public Text sonName;
|
||||
public Text sonDescription;
|
||||
public Image sonImage;
|
||||
|
||||
public void SetSonImage(Sprite sprite)
|
||||
{
|
||||
if (sonImage == null) return;
|
||||
sonImage.sprite = sprite;
|
||||
sonImage.enabled = sprite != null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user