/**
* Copyright (c) 2001-2017 Mathew A. Nelson and Robocode contributors
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://robocode.sourceforge.net/license/epl-v10.html
*/
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by jni4net. See http://jni4net.sourceforge.net/
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
package robocode.control.events;
@net.sf.jni4net.attributes.ClrTypeInfo
public final class BattleCompletedEvent_ {
//<generated-static>
private static system.Type staticType;
public static system.Type typeof() {
return robocode.control.events.BattleCompletedEvent_.staticType;
}
private static void InitJNI(net.sf.jni4net.inj.INJEnv env, system.Type staticType) {
robocode.control.events.BattleCompletedEvent_.staticType = staticType;
}
//</generated-static>
}