Exemple #1
0
	public void StartLoad(int _configID,NGUI3DType _type)
	{
		configID = _configID;
		type = _type;
		StartLoad();
	}
Exemple #2
0
	public void StartLoad(int _configID,NGUI3DType _type,int[] _equipList)
	{
		equipList = _equipList;
		StartLoad(_configID,_type);
	}