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