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

@@ -7,13 +7,13 @@ namespace _2DGAMELIB
{
private OrderedDictionary<string, Lab> labs = new OrderedDictionary<string, Lab>();
private Med Med;
private ModeEventDispatcher Med;
private RenderArea Are;
public Lab this[string Name] => labs[Name];
public Labs(Med Med, RenderArea Are)
public Labs(ModeEventDispatcher Med, RenderArea Are)
{
this.Med = Med;
this.Are = Are;