project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/WeaponsetCreatorActivity.java
author alfadur
Fri, 28 Apr 2017 17:56:36 +0200
changeset 12377 efa13b925cd8
parent 10017 de822cd3df3a
permissions -rw-r--r--
Fix bullets being reflected too early on bouncy world edge border while digging land

package org.hedgewars.hedgeroid;

import android.support.v4.app.FragmentActivity;

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