got racers animated and racing

This commit is contained in:
mccarreon
2023-08-06 21:12:28 -07:00
parent 3e9d64cb00
commit bce1f8e1f7
10 changed files with 132 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ namespace LuckerGame.Entities;
/// <summary>
/// Represents an entity in the world. Could be controlled by a Lucker or a minigame
/// </summary>
public partial class Pawn : AnimatedEntity
public partial class Racer : AnimatedEntity
{
[ClientInput]
public Vector3 InputDirection { get; set; }