8 lines
165 B
C#
8 lines
165 B
C#
namespace LunaWolfStudios.ScriptableSheets.Samples.DeepInheritance
|
|
{
|
|
[System.Serializable]
|
|
public class HarvestableBush : Harvestable<HarvestableBushType>
|
|
{
|
|
}
|
|
}
|