Example #1
0
 void Start()
 {
     PlayerColour = GetComponent <ObjectColour>();
     PlayerColour.SetMaterials(mRedMaterial, mYellowMaterial, mBlueMaterial);
 }