making racers
This commit is contained in:
9
code/Minigames/TerryRaces/Racer.cs
Normal file
9
code/Minigames/TerryRaces/Racer.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using LuckerGame.Entities;
|
||||
using Sandbox;
|
||||
|
||||
namespace Sandbox.Minigames.TerryRaces;
|
||||
|
||||
public class Racer : Pawn
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user