Package me.wobblyyyy.pathfinder.maps.ftc
Class EmptyFTC
java.lang.Object
me.wobblyyyy.pathfinder.map.Map
me.wobblyyyy.pathfinder.maps.ftc.EmptyFTC
public class EmptyFTC extends Map
An empty map with the dimensions of an FTC 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 EmptyFTC()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EmptyFTC
public EmptyFTC()
-