Ejemplo n.º 1
0
 private static IDebugProperty MapDebugProperty(robocode.control.snapshot.IDebugProperty debugProperty)
 {
     return new DebugProperty(debugProperty.getKey(), debugProperty.getValue());
 }