add more item detail in inventory. Create some place holder for pet item so that those item can be shown
This commit is contained in:
@@ -59,6 +59,7 @@ namespace BrewMonster
|
||||
private int m_iRoleLastLoginTime; // Role last login time
|
||||
private int m_iAccountTotalCash;
|
||||
|
||||
private EC_PetCorral m_pPetCorral;
|
||||
private List<CECObject> m_aTabSels = new List<CECObject>();
|
||||
private List<CECSkill> m_aPtSkills = new List<CECSkill>();
|
||||
private List<CECSkill> m_aPsSkills = new List<CECSkill>();
|
||||
@@ -6879,5 +6880,9 @@ namespace BrewMonster
|
||||
}
|
||||
return iReason == 0? true : false;
|
||||
}
|
||||
public EC_PetCorral GetPetCorral()
|
||||
{
|
||||
return m_pPetCorral;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -359,4 +359,8 @@ public class CECUIManager : MonoSingleton<CECUIManager>
|
||||
pDlg = dlg;
|
||||
}
|
||||
}
|
||||
public void FilterBadWords(string str)
|
||||
{
|
||||
// TODO: Implement bad word filtering
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user