Serialized Form


Package battlecode.common

Class battlecode.common.GameActionException extends Exception implements Serializable

serialVersionUID: 1575948762L

Serialized Fields

type

GameActionExceptionType type

Class battlecode.common.MapLocation extends Object implements Serializable

serialVersionUID: -8945913587066072824L

Serialized Fields

x

int x
The x-coordinate.


y

int y
The y-coordinate.