Exemplo n.º 1
0
 public void WillInteract(SceneObject sceneObject)
 {
     sceneObject.PrepareForInteraction (this);
     isExpectingInteraction = true;
 }