Labs to LabelMap

This commit is contained in:
2026-06-13 23:37:19 +02:00
parent 99f9aab224
commit 80b19bd8bd
2 changed files with 3 additions and 3 deletions

View File

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