Rotator Hints

This commit is contained in:
brausjonas
2023-04-16 18:31:24 +02:00
parent 6e642b511a
commit 98fce52072
13 changed files with 522 additions and 3 deletions
+2
View File
@@ -382,6 +382,7 @@ public class Client : MonoBehaviour
case 14:
int type = job.data[9];
RandomRotator rotator = uiHandler.rotator.GetComponent<RandomRotator>();
rotator.SetHint(type);
switch (type)
{
case 0:
@@ -408,6 +409,7 @@ public class Client : MonoBehaviour
break;
case 1:
for (int i = 0; i < 4; i++)
{
int option = job.data[i + 1];