Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorkshopRevision.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15sealed class WorkshopRevision: WorkshopRevisionBase
16{
17 private void WorkshopRevision();
18 private void ~WorkshopRevision();
19
21 proto external string GetChangelog();
26 proto external void RequestDeltaSize(notnull BackendCallback callback, notnull WorkshopRevisionBase other);
34 proto external int GetPatchSizeKB(notnull WorkshopRevisionBase other);
40 proto external WorkshopLicense GetLicense();
41}
42