We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccce708 commit a94047bCopy full SHA for a94047b
src/main/java/com/marginallyclever/nodegraphcore/nodes/Counter.java
@@ -9,6 +9,7 @@
9
* @author Dan Royer
10
* @since 2022-02-01
11
*/
12
+@Deprecated
13
public class Counter extends Node {
14
private final Input<Integer> start = new Input<>("start",Integer.class,0);
15
private final Input<Integer> end = new Input<>("end",Integer.class,1);
0 commit comments