整合SLSUtilities
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace LunaWolfStudios.ScriptableSheets.Samples.DeepInheritance
|
||||
{
|
||||
public interface IEdible
|
||||
{
|
||||
EdibleCategory EdibleCategory { get; set; }
|
||||
Macronutrients Macronutrients { get; set; }
|
||||
float Water { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user