Пример #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();
 }