Blame view

src/mior/model/IMiorAgent.java 126 Bytes
1b1e928cc   glaville   initial import of...
1
2
3
4
5
6
7
8
9
  package mior.model;
  
  public interface IMiorAgent {
  	
  	public float getX();
  	public float getY();
  	public int getCarbone();
  
  }