Interface for get asset pair
This commit is contained in:
parent
3853beac19
commit
3a01f672eb
@ -51,4 +51,6 @@ public interface World {
|
||||
public float randNextFloat(float min, float max);
|
||||
|
||||
public long currentTimeMillis();
|
||||
|
||||
public AssetPair getAssetPair(AbstractAsset asset, AbstractAsset currency);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user