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

@@ -35,7 +35,7 @@ namespace _2DGAMELIB
ms.Remove(Name);
}
public void Drive(FPS FPS)
public void Drive(FpsCounter FPS)
{
foreach (Motion value in ms.Values)
{