示例#1
0
 public static void LoadCardStream(string path)
 {
     cContainer = CardContainer.Load(path);
 }
示例#2
0
 void Start()
 {
     cardCollection = CardContainer.Load(Application.streamingAssetsPath + "/XML/Card.xml");
     DrawStartingHand();
 }