got racers animated and racing
This commit is contained in:
@@ -3,7 +3,7 @@ using System;
|
||||
|
||||
namespace LuckerGame.Components.Pawn;
|
||||
|
||||
public class PawnAnimator : EntityComponent<Entities.Pawn>, ISingletonComponent
|
||||
public class PawnAnimator : EntityComponent<Entities.Racer>, ISingletonComponent
|
||||
{
|
||||
public void Simulate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user