UNPKG

unreal.js

Version:

A pak reader for games like VALORANT & Fortnite written in Node.JS

8 lines (7 loc) 311 B
import { UObject } from "../../ue4/assets/exports/UObject"; import { FSoftObjectPath } from "../../ue4/objects/uobject/SoftObjectPath"; import { FGuid } from "../../ue4/objects/core/misc/Guid"; export declare class CharacterRoleDataAsset extends UObject { UIData: FSoftObjectPath; Uuid: FGuid; }