Added JSONLoader and JSONAsset
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -5,3 +5,7 @@ TYPE(AssetHandle, GenericHandle)
|
||||
TYPE(TextAsset, struct {
|
||||
evstring text;
|
||||
})
|
||||
|
||||
TYPE(JSONAsset, struct {
|
||||
PTR json_data;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user