project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/WeaponsetCreatorActivity.java
author Wuzzy <Wuzzy2@mail.ru>
Mon, 14 Jan 2019 17:04:18 +0100
changeset 14601 1a68c8a07d1f
parent 10017 de822cd3df3a
permissions -rw-r--r--
ASA moon02: Fix player not losing if time runs out while still having the rope

package org.hedgewars.hedgeroid;

import android.support.v4.app.FragmentActivity;

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