namespace Urho.Shapes { public class Sphere : Shape { protected override string ModelResource => "Models/Sphere.mdl"; } }