Log parsing for udon video URL's

This commit is contained in:
Natsumi
2021-04-08 19:16:18 +12:00
parent 2100fbe730
commit 46e5862fed
5 changed files with 65 additions and 3 deletions

View File

@@ -36,6 +36,10 @@ function parseRawGameLog(dt, type, args) {
gameLog.event = args[0];
break;
case 'video-play':
gameLog.videoURL = args[0];
break;
default:
break;
}