5 lines
39 B
C#
5 lines
39 B
C#
|
|
interface IEatable
|
||
|
|
{
|
||
|
|
void Eat();
|
||
|
|
}
|