Usharp Video Sync

This commit is contained in:
Natsumi
2022-01-25 21:29:24 +13:00
parent 6e80180763
commit 6ae97e9d37
3 changed files with 42 additions and 8 deletions

View File

@@ -42,6 +42,10 @@ class GameLogService {
gameLog.displayName = args[1];
break;
case 'video-sync':
gameLog.timestamp = args[0];
break;
case 'vrcx':
gameLog.data = args[0];
break;