mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-13 00:05:23 +07:00
docs
This commit is contained in:
parent
72fb66e5b2
commit
b873adf5fc
@ -43,13 +43,13 @@ public class StatusEffect extends UnlockableContent{
|
||||
public Color color = Color.white.cpy();
|
||||
/** Effect that happens randomly on top of the affected unit. */
|
||||
public Effect effect = Fx.none;
|
||||
/** Affinity & opposite values for stat displaysdo. */
|
||||
public ObjectSet<StatusEffect> affinities = new ObjectSet<>(), opposites = new ObjectSet<>();
|
||||
/** Transition handler map. */
|
||||
protected ObjectMap<StatusEffect, TransitionHandler> transitions = new ObjectMap<>();
|
||||
/** Called on init. */
|
||||
protected Runnable initblock = () -> {};
|
||||
|
||||
public ObjectSet<StatusEffect> affinities = new ObjectSet<>(), opposites = new ObjectSet<>();
|
||||
|
||||
public StatusEffect(String name){
|
||||
super(name);
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ kapt.include.compile.classpath=false
|
||||
kotlin.stdlib.default.dependency=false
|
||||
#needed for android compilation
|
||||
android.useAndroidX=true
|
||||
archash=a81197126a9190337ab9065734b5134d5f08ac05
|
||||
archash=47822d851954fd2707d51731042056450f07ca8c
|
||||
|
Loading…
Reference in New Issue
Block a user