Format code

This commit is contained in:
2022-08-15 13:20:14 -07:00
parent 9177aafb06
commit 22d3dff726
6 changed files with 8 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ namespace Scampz.GameJam
private AudioClip GetAudioClip()
{
var terrainType = TerrainTypeFinder.Find();
switch(terrainType)
switch (terrainType)
{
case TerrainType.Grass:
return grassStep;