IEnumerator ExampleCoroutine()//jump { yield return new WaitForSeconds(1.5f); }
string normalStr = "The time now is approximately " + DateTime.Now + Time.deltatime;
var trio = new Trio() {Name1 = "John", Name2 = "Tom", Name3 = "Peter"}; foreach (string name in trio) { Console.WriteLine(name); }