Added mouse hide

This commit is contained in:
Absolutely disgusting
2025-11-04 12:19:57 +04:00
parent b8fb901c18
commit 8e015aa5c9
645 changed files with 745 additions and 762 deletions

View File

@@ -302,7 +302,7 @@ namespace SlaveMatrix
return this;
}
public override Ele GetEle(double DisUnit, Med Med, )
public override Ele GetEle(double DisUnit, ModeEventDispatcher Med, )
{
return new Head(DisUnit, , , Med, this);
}