MotV => MotionBase, FPS -> FpsCounter

This commit is contained in:
2026-06-14 01:00:43 +02:00
parent 892132e1af
commit cd8ba47564
13 changed files with 80 additions and 80 deletions

View File

@@ -25,7 +25,7 @@ namespace _2DGAMELIB
{
};
public Action<FPS> Draw = delegate
public Action<FpsCounter> Draw = delegate
{
};