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