Interface for get asset pair

This commit is contained in:
7u83 2018-12-31 14:11:40 +01:00
parent 3853beac19
commit 3a01f672eb
1 changed files with 2 additions and 0 deletions

View File

@ -51,4 +51,6 @@ public interface World {
public float randNextFloat(float min, float max);
public long currentTimeMillis();
public AssetPair getAssetPair(AbstractAsset asset, AbstractAsset currency);
}