IEnumerator ExecuteAfterTime(float time, string author, string message, string key, string other) { yield return(new WaitForSeconds(time)); computer.NewPublication(author, message, key, other); }
public void Publish() { computer.NewPublication(author, text, key, photo); }