9 lines
104 B
C#
9 lines
104 B
C#
using KitchenMods;
|
|
|
|
namespace Pets.Interfaces
|
|
{
|
|
public interface IPetProperty
|
|
{
|
|
|
|
}
|
|
} |