A 2D Farming RPG
This is just a simple 2D farming RPG game
Loading...
Searching...
No Matches
ItemCodeDescriptionAttribute.cs
Go to the documentation of this file.
1using UnityEngine;
2
7public class ItemCodeDescriptionAttribute : PropertyAttribute
8{
9
10}
No values need to be held for the item code description attribute Therefore, the class can be empty.