Files
Cielonos/Packages/com.lunawolfstudios.scriptablesheets/Samples~/DeepInheritance/Scripts/Harvestables/HarvestableTree.cs
SoulliesOfficial 7ee2894a63 整合SLSUtilities
2026-01-17 11:35:49 -05:00

8 lines
165 B
C#

namespace LunaWolfStudios.ScriptableSheets.Samples.DeepInheritance
{
[System.Serializable]
public class HarvestableTree : Harvestable<HarvestableTreeType>
{
}
}