Example #1
0
 // Start is called before the first frame update
 void Start()
 {
     m_HatArController = GameObject.FindObjectOfType <HatArController>();
 }
 // Start is called before the first frame update
 void Start()
 {
     m_HatArController = GameObject.FindObjectOfType <HatArController>();
     m_HatColors       = new List <GameObject>();
     m_HatSizes        = new List <GameObject>();
 }