Skip to content

Commit faf24eb

Browse files
Merge branch 'diffusionMovement' #5
2 parents eeffda8 + 5dba53a commit faf24eb

File tree

6 files changed

+1458
-0
lines changed

6 files changed

+1458
-0
lines changed

java/src/s1d/RCFunc.java

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package s1d;
2+
3+
import battlecode.common.*;
4+
5+
@FunctionalInterface
6+
public interface RCFunc {
7+
void p(RobotController r) throws GameActionException;
8+
}

0 commit comments

Comments
 (0)