Package me.wobblyyyy.pathfinder.maps.frc
Class EmptyFRC
java.lang.Object
me.wobblyyyy.pathfinder.map.Map
me.wobblyyyy.pathfinder.maps.frc.EmptyFRC
public class EmptyFRC extends Map
An empty map with the dimensions of an FRC field.
- Since:
- 0.1.0
- Author:
- Colin Robertson
-
Field Summary
Fields inherited from class me.wobblyyyy.pathfinder.map.Map
FIELD_NAMES, zones
-
Constructor Summary
Constructors Constructor Description EmptyFRC()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EmptyFRC
public EmptyFRC()
-