SocialPlatforms.GameCenter.GameCenterPlatform.ReportProgress
ReportProgress(id: string, progress: double, callback: Action<bool>): void;
void ReportProgress(string id, double progress, Action<bool> callback);
def ReportProgress(id as string, progress as double, callback as Action<bool>) as void
Description