NoobSpawn, NoobSpawnRollerSystem

This commit is contained in:
Mac_Slash
2020-04-24 02:39:07 +02:00
parent 3258f68e76
commit 55a9383052
7 changed files with 194 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
namespace ReallifeGamemode.Database.Entities
{
public partial class NoobSpawnVehicle : ServerVehicle
{
//public int SchoolId { get; set; }
}
}