All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.cassite.xboxrelay.ui.prebuilt.TowerOfFantasyPlan Maven / Gradle / Ivy

The newest version!
package net.cassite.xboxrelay.ui.prebuilt;

import net.cassite.xboxrelay.ui.entity.Plan;

public class TowerOfFantasyPlan extends Plan {
    public static final String NAME = "tower of fantasy";

    public TowerOfFantasyPlan() {
        this.name = NAME;
        this.binding = new TowerOfFantasyBinding();
        this.deadZoneSettings = new DefaultDeadZoneSettings();
        this.isSystemPreBuilt = true;
        this.isNotDeletable = true;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy