legacy commit 4 (backlog)
This commit is contained in:
15
Java/Project_Models/Cognitive_Model/Vision.java
Normal file
15
Java/Project_Models/Cognitive_Model/Vision.java
Normal file
@@ -0,0 +1,15 @@
|
||||
import java.util.Map;
|
||||
import java.util.TreeMap;
|
||||
|
||||
public class Vision extends Action {
|
||||
|
||||
|
||||
public Vision(){
|
||||
super(1,1000);
|
||||
}
|
||||
|
||||
public Vision(int delay){
|
||||
super(1,delay);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user