Files
Cielonos/Packages/com.lunawolfstudios.scriptablesheets/Samples~/DeepInheritance/Scripts/Harvestables/HarvestableBush.cs

8 lines
165 B
C#
Raw Normal View History

2026-01-17 11:35:49 -05:00
namespace LunaWolfStudios.ScriptableSheets.Samples.DeepInheritance
{
[System.Serializable]
public class HarvestableBush : Harvestable<HarvestableBushType>
{
}
}