Blame view

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