8 lines
166 B
C#
8 lines
166 B
C#
namespace View_by_Distance.Shared.Models.Stateless.Methods;
|
|
|
|
internal abstract class Item
|
|
{
|
|
|
|
internal static double GetDefaultValue() => throw new Exception();
|
|
|
|
} |