Example #1
0
 public virtual void Start()
 {
     phonyClass = GetComponent <PhonyPlayerController>();
 }
 // Start is called before the first frame update
 void Start()
 {
     phony = transform.GetChild(0).gameObject.GetComponent <PhonyPlayerController>();
 }