added: units can now have their movement settings set through rpc

This commit is contained in:
Chris
2025-10-08 22:55:55 -04:00
parent eb7ff08b50
commit 44e3a3ef7a
4 changed files with 119 additions and 38 deletions

View File

@@ -28,9 +28,5 @@ namespace Reset.Units{
Color.blue);
}
}
private void InternalUpdate(){
Debug.Log("is this possible");
}
}
}