project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/WeaponsetCreatorActivity.java
author nemo
Wed, 11 Apr 2018 17:59:59 -0400
changeset 13321 dd1435f1a28c
parent 10017 de822cd3df3a
permissions -rw-r--r--
merge with 0.9.23, pulling in unc0rr's desync fix

package org.hedgewars.hedgeroid;

import android.support.v4.app.FragmentActivity;

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