package org.terasology.input;
import org.terasology.entitySystem.AbstractEvent;
/**
* This event is sent when the camera starts pointing at a target, to the target
*/
public class CameraOverEvent extends AbstractEvent {
public CameraOverEvent() {
}
}