A 2D Farming RPG
This is just a simple 2D farming RPG game
Loading...
Searching...
No Matches
Tags.cs
Go to the documentation of this file.
1
4public static class Tags
5{
6 public const string BoundsConfiner = "BoundsConfiner";
7 public const string ItemsParentTransform = "ItemsParentTransform";
8}
This class will have Tags values.
Definition: Tags.cs:5
const string ItemsParentTransform
Definition: Tags.cs:7
const string BoundsConfiner
Definition: Tags.cs:6