예제 #1
0
 void DrawChangeColor(GameObject obj)
 {
     playerInteraction = obj.GetComponent <INTERACT>().ChangeColor;
 }
예제 #2
0
 // Use this for initialization
 void Start()
 {
     currentUpdateFunction = BasicMovement;
     playerInteraction     = GimmeTwo;
     objectInteraction     = DoNothing;
 }