project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/WeaponsetCreatorActivity.java
author Wuzzy <Wuzzy2@mail.ru>
Tue, 13 Mar 2018 20:31:35 +0100
changeset 13188 fde354aaf978
parent 10017 de822cd3df3a
permissions -rw-r--r--
Rope Training: Place the second-last target at a more reasonable position

package org.hedgewars.hedgeroid;

import android.support.v4.app.FragmentActivity;

// TODO
public class WeaponsetCreatorActivity extends FragmentActivity {
    public static final String PARAMETER_EXISTING_WEAPONSETNAME="existingWeaponsetName";
}