Skip to content

Commit ec31d0f

Browse files
committed
Update UnityApp.js
1 parent eb8e35e commit ec31d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-project/src/UnityApp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ function UnityApp() {
1111

1212
useEffect(() => {
1313
const user = {
14-
user_id: "666",
15-
user_name: "Rimuru Dev"
14+
UserId: "666",
15+
UserName: "Rimuru Dev"
1616
};
1717

1818
// Путь до папки со скриптом в юнити - Assets/Codebase/UserDataHandler.cs

0 commit comments

Comments
 (0)