Example #1
0
 void Start( )
 {
     //根据Type从Xml中获取物品描述
     m_itemInfo = CommonUtility.GetViewableItemInfoFromXmlByType(itemType);
 }
Example #2
0
 void Start( )
 {
     //根据Type从Xml中获取物品描述
     m_itemInfo = CommonUtility.GetViewableItemInfoFromXmlByType(itemType);
 }