Skip to content

Commit

Permalink
Add docstring to DynStatEffect.
Browse files Browse the repository at this point in the history
Add docstring to `DynStatEffect`.
  • Loading branch information
xzripper authored Jul 7, 2024
1 parent df2f7c9 commit 737802f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dynstatj/DynStatEffect.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import java.util.function.BiFunction;

/**
* Dynamic statistic effect.
*/
public class DynStatEffect {
public BiFunction<Float, Float, Float> procEffect;

Expand Down

0 comments on commit 737802f

Please sign in to comment.