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

emu.grasscutter.data.binout.ConfigGadgetCombatProperty Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package emu.grasscutter.data.binout;

import com.google.gson.annotations.SerializedName;
import lombok.AccessLevel;
import lombok.Data;
import lombok.experimental.FieldDefaults;

@Data
@FieldDefaults(level = AccessLevel.PRIVATE)
public class ConfigGadgetCombatProperty {
    float HP;
    boolean isLockHP;
    boolean isInvincible;
    boolean isGhostToAllied;
    float attack;
    float defence;
    float weight;
    boolean useCreatorProperty;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy