assets/scripts/snake.cs(177,25): error cs1061: type `snake.snakebodypart' does not contain a definition for `setgridpostion' and no extension method `setgridpostion' of type `snake.snakebodypart' could be found. are you missing an assembly reference?

1

Assets/Scripts/Snake.cs(177,25): error CS1061: Type `Snake.SnakeBodyPart' does not contain a definition for `SetGridPostion' and no extension method `SetGridPostion' of type `Snake.SnakeBodyPart' could be found. Are you missing an assembly reference?

By Beginner Faye Waters at Jul 01 2020


Related code examples


Code examples by languages