added editorconfig and formatted code
This commit is contained in:
@@ -5,12 +5,12 @@ using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
class TaxiContract
|
||||
{
|
||||
public string Name { get; set; }
|
||||
class TaxiContract
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public Vector3 Position { get; set; }
|
||||
public Vector3 Position { get; set; }
|
||||
|
||||
public Client Driver { get; set; }
|
||||
}
|
||||
public Client Driver { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user