fix: Extension package reference UTP so that NetworkEndPoint is referenced. (#162)

This commit is contained in:
Luke Stampfli 2022-03-28 11:15:51 +01:00 коммит произвёл GitHub
Родитель 6115f6e9e1
Коммит 279640ad3e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,8 @@
"references": [ "references": [
"Unity.Collections", "Unity.Collections",
"Unity.Netcode.Runtime", "Unity.Netcode.Runtime",
"Unity.Netcode.Adapter.UTP" "Unity.Netcode.Adapter.UTP",
"Unity.Networking.Transport"
], ],
"includePlatforms": [], "includePlatforms": [],
"excludePlatforms": [], "excludePlatforms": [],