Blame view

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