7 lines
101 B
C#
7 lines
101 B
C#
namespace RobotNet10.RobotApp.Interfaces;
|
|
|
|
public interface IState
|
|
{
|
|
Task PubState();
|
|
}
|