Added more readable names for Are(RenderArea)

This commit is contained in:
Absolutely disgusting
2025-10-25 21:25:58 +04:00
parent 96a4535aa1
commit 4edeb09fe1
126 changed files with 568 additions and 577 deletions

View File

@@ -285,7 +285,7 @@ namespace _2DGAMELIB
}
public void Draw(Are Are)
public void Draw(RenderArea Are)
{
Are.Draw(Current);
}