diff --git a/README.md b/README.md index dc12f2e..252c737 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Rich Code Navigation Indexed Code Samples +# 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. 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 +}