Blame view

src/mior/model/IMiorMM.java 100 Bytes
1b1e928cc   glaville   initial import of...
1
2
3
4
5
6
7
  package mior.model;
  
  public interface IMiorMM extends IMiorAgent {
  	
  	public int getDormance();
  	
  }