mirror of
https://github.com/maxartz15/UnitySerializedReferenceUI.git
synced 2024-11-22 15:45:35 +01:00
5 lines
50 B
C#
5 lines
50 B
C#
|
public interface IAnimal
|
|||
|
{
|
|||
|
void Feed();
|
|||
|
}
|