added nametags

This commit is contained in:
mccarreon
2023-08-09 17:50:57 -07:00
parent bce1f8e1f7
commit bbf0a765d5
12 changed files with 129 additions and 37 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 Racer : AnimatedEntity
public partial class Pawn : AnimatedEntity
{
[ClientInput]
public Vector3 InputDirection { get; set; }