Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 737802f

Browse files
authored
Add docstring to DynStatEffect.
Add docstring to `DynStatEffect`.
1 parent df2f7c9 commit 737802f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dynstatj/DynStatEffect.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
import java.util.function.BiFunction;
44

5+
/**
6+
* Dynamic statistic effect.
7+
*/
58
public class DynStatEffect {
69
public BiFunction<Float, Float, Float> procEffect;
710

0 commit comments

Comments
 (0)