i live in spain but the S is silent
All checks were successful
Build and push image / Build (push) Successful in 49s
All checks were successful
Build and push image / Build (push) Successful in 49s
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ksBroadcastingNetwork.Structs
|
||||
{
|
||||
public struct DriverInfo
|
||||
{
|
||||
public string FirstName { get; internal set; }
|
||||
public string LastName { get; internal set; }
|
||||
public string ShortName { get; internal set; }
|
||||
public DriverCategory Category { get; internal set; }
|
||||
public NationalityEnum Nationality { get; internal set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user