Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     stuff = new doStuff();
     //thirs = new thirsPerson();
 }
Beispiel #2
0
 public void stuffNThings(doStuff doThis)
 {
     doThis();
 }