Added AddFirst, AddLast, AddBefore, AddAfter, and GetNode to NetworkLinkedList<T>. In addition, added Nodes getter to return an enumerable of the nodes of the list.

This commit is contained in:
Karrar
2025-01-16 22:42:47 +03:00
parent e507ddf9eb
commit 97106b2151
9 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"name": "com.karrar.netick",
"version": "0.13.2",
"version": "0.13.3",
"displayName": "Netick",
"description": "A networking solution for Unity",
"unity": "2021.3",