Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • arf/world-analysis-api-helpers/unity-world-analysis-arfoundation-wrapper-package
1 result
Show changes
Commits on Source (1)
...@@ -8,7 +8,6 @@ using System.Collections; ...@@ -8,7 +8,6 @@ using System.Collections;
using System.Linq; using System.Linq;
using ETSI.ARF.OpenAPI.WorldStorage; using ETSI.ARF.OpenAPI.WorldStorage;
using ETSI.ARF.WorldStorage.REST; using ETSI.ARF.WorldStorage.REST;
using ;
//Implementation of the WorldAnalysis interface //Implementation of the WorldAnalysis interface
public class WorldAnalysisARFoundation : MonoBehaviour, WorldAnalysisInterface public class WorldAnalysisARFoundation : MonoBehaviour, WorldAnalysisInterface
......