first commit
This commit is contained in:
8
EventType.java
Normal file
8
EventType.java
Normal file
@@ -0,0 +1,8 @@
|
||||
public enum EventType {
|
||||
ARRIVE,
|
||||
LISTEN,
|
||||
COLLISION,
|
||||
FIRST72,
|
||||
SENT,
|
||||
NONE
|
||||
}
|
||||
Reference in New Issue
Block a user