newlon/scripts/components/gui/seedpackets/ISeedpacketPress.cs

4 lines
No EOL
64 B
C#

public interface ISeedpacketPress
{
public void Pressed();
}