1
This commit is contained in:
parent
56b40b075e
commit
b18b3b95f5
@ -35,6 +35,11 @@ namespace GameLogic
|
|||||||
|
|
||||||
//m_Group.sprite = GameModule.Resource.LoadAsset<Sprite>("Z_lw_t_box_" + (giftConfig.Id - 1));
|
//m_Group.sprite = GameModule.Resource.LoadAsset<Sprite>("Z_lw_t_box_" + (giftConfig.Id - 1));
|
||||||
|
|
||||||
|
if (unitPlayerData == null)
|
||||||
|
{
|
||||||
|
Destroy(gameObject);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Log.Debug("送礼玩家阵营id:" + unitPlayerData.teamId);
|
Log.Debug("送礼玩家阵营id:" + unitPlayerData.teamId);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user