added nametags
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace LuckerGame.Components.Pawn;
|
||||
|
||||
public class UserPawnController : EntityComponent<Entities.Racer>
|
||||
public class UserPawnController : EntityComponent<Entities.Pawn>
|
||||
{
|
||||
public int StepSize => 24;
|
||||
public int GroundAngle => 45;
|
||||
|
||||
Reference in New Issue
Block a user