parent
d606c30a52
commit
21fbaf8f11
@ -0,0 +1,12 @@ |
||||
package com.jme3.scene.plugins.gltf; |
||||
|
||||
import com.jme3.asset.AssetKey; |
||||
|
||||
/** |
||||
* Created by Nehon on 09/09/2017. |
||||
*/ |
||||
class BinDataKey extends AssetKey<Object> { |
||||
public BinDataKey(String name) { |
||||
super(name); |
||||
} |
||||
} |
Loading…
Reference in new issue