Exemplo n.º 1
0
 public void NewPost(Card firstCard)
 {
     actualPost = new Post(user);
     postView.gameObject.SetActive(true);
     postView.postLinked = actualPost;
     actualPost.AddCard(firstCard);
 }