server can set resistance

This commit is contained in:
shinichi
2020-09-30 16:22:26 +02:00
parent 599b79ceee
commit adea08cfb7
6 changed files with 45 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ using System.Text;
namespace ProftaakRH
{
interface IHandler
public interface IHandler
{
void setResistance(float percentage);
}