aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/fr/umlv/java/wallj/event/SimulationStartEvent.java
blob: f8a3ffe680a548d316a0bd4c3fbbca64ec12c847 (plain)
1
2
3
4
5
6
7
8
9
10
package fr.umlv.java.wallj.event;

/**
 * Signals the beginning of the physics simulation.
 *
 * @author Pacien TRAN-GIRARD
 */
public final class SimulationStartEvent implements GameEvent {
  // void
}