客户端rsa,冗余清理,bug修复,安卓build问题
This commit is contained in:
@@ -15,4 +15,11 @@ public class fatherItemPrefab : MonoBehaviour
|
||||
[Header("son info")]
|
||||
public GameObject son_prefab;
|
||||
public GameObject son_prefab_toPut;
|
||||
|
||||
public void SetFatherImage(Sprite sprite)
|
||||
{
|
||||
if (father_img == null) return;
|
||||
father_img.sprite = sprite;
|
||||
father_img.enabled = sprite != null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user