From 4ec008eb72b5cca3d3c8489408a7a0fe29172a9b Mon Sep 17 00:00:00 2001 From: Bertan Aygun Date: Thu, 7 May 2020 08:23:34 -0700 Subject: [PATCH 1/3] Simple change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc12f2e..a44b7b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Rich Code Navigation Indexed Code Samples +# Rich Code Navigation Indexed Code Samples - 1 This is a sample code base used to validate Rich Code Nav indexing against DEV, INT, and PROD environments. From a374be54d5932cd7da6182567b534ba7cc5b7478 Mon Sep 17 00:00:00 2001 From: Bertan Aygun Date: Thu, 5 Nov 2020 12:32:44 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a44b7b5..252c737 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Rich Code Navigation Indexed Code Samples - 1 +# Rich Code Navigation Indexed Code Samples - 2 This is a sample code base used to validate Rich Code Nav indexing against DEV, INT, and PROD environments. From 7a8958fe636949de666bc987de69e4fa021c6ce9 Mon Sep 17 00:00:00 2001 From: Bertan Aygun Date: Thu, 5 Nov 2020 12:35:00 -0800 Subject: [PATCH 3/3] Update GameObject.cs --- csharp/src/GameObject.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/src/GameObject.cs b/csharp/src/GameObject.cs index 9a2a382..b85036e 100644 --- a/csharp/src/GameObject.cs +++ b/csharp/src/GameObject.cs @@ -19,7 +19,7 @@ public void interact() public void draw() { - Console.WriteLine($"Drawing GameObject at position: {this.posX} {this.posY}"); + Console.WriteLine($"Drawing GameObject at position: {this.posX} {this.posY} - 1"); } } -} \ No newline at end of file +}