From b48d66bd6aadcd4f86ea221fd82a02bd9857976d Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Tue, 28 Jun 2022 18:08:41 +0200 Subject: [PATCH] Reference netcode in asmdef. --- Runtime/Agoxandr.Utils.asmdef | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Runtime/Agoxandr.Utils.asmdef b/Runtime/Agoxandr.Utils.asmdef index c3ef18b..e316633 100644 --- a/Runtime/Agoxandr.Utils.asmdef +++ b/Runtime/Agoxandr.Utils.asmdef @@ -1,7 +1,9 @@ { "name": "Agoxandr.Utils", "rootNamespace": "Utils", - "references": [], + "references": [ + "GUID:1491147abca9d7d4bb7105af628b223e" + ], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false,