namespace LunaWolfStudios.ScriptableSheets.Samples.DeepInheritance { public interface IMeasurable { float Mass { get; set; } float Size { get; set; } } }