project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/WeaponsetCreatorActivity.java
author nemo
Wed, 18 Nov 2015 14:12:15 -0500
changeset 11417 c19f2387d24f
parent 10017 de822cd3df3a
permissions -rw-r--r--
Add a few more lua things to the changelog

package org.hedgewars.hedgeroid;

import android.support.v4.app.FragmentActivity;

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