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