This commit is contained in:
Giovani
2020-01-31 23:23:31 -05:00
parent 8b886ba52c
commit 52fb13f96e
5 changed files with 41 additions and 12 deletions

View File

@@ -4,5 +4,7 @@ using UnityEngine;
public static class LayerNames
{
public static string Enemies => "Enemies";
public static string Ground => "Ground";
public static string Player => "Player";
}